Quote:
Originally Posted by ElMiko
Okay... I still don't know how one toggles "Minimal"/"Non-greedy" matching in the new S/R dialogue.
|
By modifying the regex string itself:
Greedy / non-minimal matching:
non-Greedy / minimal matching:
i.e. you add a
? after a quantifier e.g.
+ or
*.