Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
NOT(REGEX( Mobile_Field__c , "\\D*?(\\d\\D*?){10}")) //It also validates whether it is of 10 digits or not
REGEX ( UPPER ( EmailField__c ) ,"^[A-Z0-9._%+-/!#$%&'*=?^_`{|}~]+@[A-Z0-9.-]+\\.[A-Z]{2,4}$")
Try these:
Mobile Number Format:
Email Format:
Kind Regards,
Sourav.