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
The first test works, \R eats the entire #13#10. The 2nd #R does not match.
Yet the 2nd test (which also must match 2 linebreaks does match.
In a OP_STAR (FindRepeated) OP_ANYLINEBREAK changes its preference to match #13#10 as 2 breaks rather than 1. So the same pattern has different behaviour.
The text was updated successfully, but these errors were encountered:
#13#10
. The 2nd #R does not match.In a OP_STAR (FindRepeated)
OP_ANYLINEBREAK
changes its preference to match#13#10
as 2 breaks rather than 1. So the same pattern has different behaviour.The text was updated successfully, but these errors were encountered: