Log in

View Full Version : Regular Expression for Mobile Numbers (Numeric)


Pakblogger
08-17-2010, 08:57 AM
Hi all,

I created a new user profile field which is for mobile numbers, now i want only numeric should allow here, kindly guide me how to set this option in Regular Expression.

I used " [0-9] " there,

i want the format should be like this:

00441231234567
+441231234567
123-1234567
0123-123456

Please help

BirdOPrey5
08-17-2010, 06:41 PM
When I need a regular expression I can usually find it here:
http://regexlib.com/DisplayPatterns.aspx

Boofo
08-17-2010, 07:28 PM
When I need a regular expression I can usually find it here:
http://regexlib.com/DisplayPatterns.aspx
Yes, that is an excellent source for regex. Their regex tester is great for making sure it works right, too.