Pattern Matching Examples
For more information on pattern matching, choose one of the following examples:
Pattern Match Anywhere
Pattern Match at Beginning
Pattern Match at Ending
Pattern Match Entire Searched String
Match the Beginning of a String
Match the Ending of a String
Pattern Match Any Single Character
Pattern Match Zero or More Characters
Pattern Match Any Single Digit
Pattern Match Special Character
Pattern Match Any Character in a Range
Pattern Match Any Character Outside a Range
Use Back References in Replacement Strings
Parent topic:
Pattern Matching
Related reference
Regular Expression Syntax Used in Pattern Matching