From perlre:
+ Match 1 or more times {n}+ Match exactly n times and give nothing back (redundant)
I take the "redundant" annotation to mean that it is the same as:
+? Match 1 or more times, not greedily
Though "not greedily" seems to conflict with "or more"?
In reply to Re^2: about style: use possessive or atomic?
by BrowserUk
in thread about style: use possessive or atomic?
by rsFalse
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |