|
Almost there -
AHHHRG!
This is frustrating: The regular expression: ^([a-zA-Z]{3}[a-zA-Z]* [a-zA-Z]{3}[a-zA-Z]*)+ detects Mohit Kas 123123 How do I tell the regular expression not to detect any "word-digits". I just need to make a regular expression to detect a minimum of two words and each word must have a minimum of 3 letters.
|