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
asp.net need help on a parameterize search via a filter expression
Open Source Proxy
Ignore errors when importing sql file in mysql
Resource Forest Topology vs Single Forest/Single Domain
Coldfusion SQL how can i get the last bit field type with value 1 in the current row
iPhone and Macbook Calendar Sync
Case-insensitive ISNUMBER(lLOOKUP) in Excel
How to set DVD region in Linux using linux tools
Entourage Client on Snow Leopard connecting to Exchange.
Can i use Windows 2003 server OS on IBM RS6000 P520 Server hardware?