You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel that the lookbehind sequence "?<=" probably shouldn't use a ligature at all (or it should have its own ligature, but that's a bigger ask). In regex, the "<=" doesn't mean the same thing as "≤".
I encountered this issue here:
This would look better rendered as
since the
<=
and<
are separate. It looks like matching(?<=
separately would do the trick here.The text was updated successfully, but these errors were encountered: