Help with regex
Posted: Mon Jul 20, 2009 4:14 pm
Hi, please somebody help me.
I'm needing a regex that accepts strings with:
- A-Z uppercase or lowercase;
- white space;
- dot (.)
Example:
"John", "J. ohn", ".j.O.h.N", "....John" ...
I tried to make one but no success.
Thanks!!!
I'm needing a regex that accepts strings with:
- A-Z uppercase or lowercase;
- white space;
- dot (.)
Example:
"John", "J. ohn", ".j.O.h.N", "....John" ...
I tried to make one but no success.
Thanks!!!