View

Wednesday, May 1, 2013

Apex Coding on Phone Number Validation Rule.....



IF( ISBLANK(Phone) , false , NOT(REGEX(Phone, "\\D*?(\\d\\D*?){10}")) )

No comments:

Post a Comment

Share your Comments .............