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
CentOS 5.5 FreeRadius + SQL + Dialup Admin
Export Query to Excel from Access 2007
How to make Windows 2000 server support disk greater than 250GB?
How to run an executable packaged inside a JAR?
Install MS Visual Studio .NET/SQL Server and PHP/MySql on the same computer
ActiveX Combo Box
Command Button Help!!
Excel Printing Error on Ne07
How to add images and change backcolor when select on tabpage header+vb.net 2005
How do I add a domain address to my Exchange 2007 mail server?