Microsoft
Software
Hardware
Network
Question : use regexp in AS2 for phone validation
I use this function but i keep getting false with this input: +32 475 98 66 33
if(!ereg("/^\+\d{11}$/",th
is["_mobil
e"].text) && _root.errmsg == ""){
_root.errmsg = "Please enter a valid mobile number (eg. 32 475 12 34 56)";
}*/
Answer : use regexp in AS2 for phone validation
Try this:
1:
if(!ereg("^\+( ?[0-9]){11}", this["_mobile"].text) && _root.errmsg == "")
Random Solutions
HTML Textarea align cursor at left
Coldfusion SQL how can i get the last bit field type with value 1 in the current row
Google Earth 5.2 Problem
Continue repeat region further down the page with php
creating pdf with java
Entourage Client on Snow Leopard connecting to Exchange.
Looking for wsadmin Jython/JACL scripts to pull out stats from websphere
Seeking Hosting provider, preferably Canada
Parallels 5 Mouse Issue
How to allow zero-length string values and file size question