B
basi
Hello,
I haven't grokked how to include an exception to a condition in a
regular expression. For example, I can't express this correctly:
aString matches if it has a sequence of 3 or more consonants, except
when the consonants [ng] is in the sequence (in that order, n followed
by g).
Thus: plants will match, but bangking will not match.
Thanks for the help,
basi
I haven't grokked how to include an exception to a condition in a
regular expression. For example, I can't express this correctly:
aString matches if it has a sequence of 3 or more consonants, except
when the consonants [ng] is in the sequence (in that order, n followed
by g).
Thus: plants will match, but bangking will not match.
Thanks for the help,
basi