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.
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.