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
Find is always greedy even when non-greedy is specified i.e: a.*?b. This was fixed in nim-regex (nitely/nim-regex#62) which now shares a similar algorithm for the NFA. A very similar fix can be implemented for nregex.
The text was updated successfully, but these errors were encountered:
Find is always greedy even when non-greedy is specified i.e:
a.*?b
. This was fixed in nim-regex (nitely/nim-regex#62) which now shares a similar algorithm for the NFA. A very similar fix can be implemented for nregex.The text was updated successfully, but these errors were encountered: