
March 12th, 2013, 07:23 AM
|
 |
A Change of Season
|
|
|
|
|
A Regex quesiton. Validating only allowing numbers and 1 white space
Hello;
I need a simple regex to validate for phone numbers with only numberds and 1 white space. For example:
Valid: 0405 333 535
Invalid:0405 333 535 (Devshed removes 2 white spaces!). It is supposed to be 0405 333 535
Thanks
Last edited by zxcvbnm : March 12th, 2013 at 07:30 AM.
|