function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nani@rnani@r 

how top use REGEX and why we use REGEX ?

pls explain me with example.

sanjdevsanjdev

Hi,

 

A regular expression, or regex for short, is a pattern describing a certain amount of text.

 

Please follow below links to find more about REGEX.

 

http://www.regular-expressions.info/

http://regexlib.com/?AspxAutoDetectCookieSupport=1

 

Please find below link to know how REGEX works for validating in salesforce.

 

http://login.salesforce.com/help/doc/en/fields_useful_field_validation_formulas.htm

 

Mark it as resolved, if it helps you.

 

Sanj