Regular expressions let you perform string matching operations using ColdFusion functions. This chapter describes how regular expressions work with the following functions:
REFind
REFindNoCaseREReplaceREReplaceNoCase
   This chapter does not apply to regular expressions used in the cfinput and cftextinput tags. These tags use JavaScript regular expressions, which have a slightly different syntax than ColdFusion regular expressions. For information on JavaScript regular expressions, see Chapter 27, "Building Dynamic Forms".