Skip to content

Greedy => Possessive optimization

Compare
Choose a tag to compare
@hanickadot hanickadot released this 30 Apr 07:06
· 60 commits to master since this release

If you regex contains non colliding greedy cycle eg. [a-z]+[^a-z]+ the cycle(s) will be optimized into possessive one(s).

You can disable the optimization with macro CTRE_DISABLE_GREEDY_OPT.