01:14
<shu>
do i read RegExp.escape correctly that it doesn't care about lone surrogates? it'll just escape them?
01:28
<bakkot>
yeah
01:28
<bakkot>
I don't know if that means "doesn't care" since it does explicitly handle them
01:29
<bakkot>
but it handles them by escaping them
03:27
<shu>
fair. by "doesn't care" i mean it doesn't error out if input is malformed
03:27
<shu>
malformed by having lone surrogates
05:25
<ljharb>
that sounds right to me yes