Using Regular Expressions in Functions

Regular expressions let you perform string matching operations using ColdFusion functions. This chapter describes how regular expressions work with the following functions:

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 Building Dynamic Forms with cfform Tags.

Contents

About regular expressions
Regular expression syntax
Using backreferences
Returning matched subexpressions
Regular expression examples
Types of regular expression technologies

View comments in LiveDocs