Fixed Repetitions Upgrade

Posted by Matias on Wed 14 Aug 2013 05:22 AM — 2 posts, 11,490 views.

#0
Hi Gammon, the regexp library is a very good work,
lets me make a suggestion
-we have the * for 0 or more repetitions.
-we have the + for 1 or more repetitios.

how about if you allow the {x} where x is the fixed number of repetitions.

example: [A-Z]{2}

Means "ALLOWS Characters between A and Z, exactly 2 ocurrences.

Australia Forum Administrator #1
Do you mean the Lua regexp library or the PCRE regexp library?