Hi, I am working on a web application there I need a regular expression for 10 digit number like 00000-00000. Please help with code. Thx
Hi...
You can use following regular expression for 10 digit mobile number.
"[^\0][0-9]$"