another regex help
if I have a field name "whatever" and I want to check to see if the input has any words that is greater than 10 in length and reject it. How do I do that in one regex...
I could do it by split it out into tokens and check every token it is not effiecent...
if I have a field name "whatever" and I want to check to see if the input has any words that is greater than 10 in length and reject it. How do I do that in one regex...
I could do it by split it out into tokens and check every token it is not effiecent...