How do I tell regex to match at least x number of alphanumeric?
- by codemonkey613
I have form where user submits field. Field can have letters, numbers, and punctuation. But I want to check to make sure that at least 3 of the characters are letters. How can I regex that?
Thanks