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
How to configure Busy Lamp Field - Speed dials on a Callmanager Express
Syntax for Passing parameters from .net form to use for ORDER BY values
Interior Colour
SQL Backups / Restore
How should I build some records based on the index of another table?
Help with MySQL statement
view source code for .exe file
SET FOCUS AND CHANGE COLOUR
Moving_PLSQL_Code
make no targets specified and no makefile found. stop