regular expression

A simple, widely-used computer language for find and replace searches. Often shortened to "regex," these formal expressions identify patterns in a text based on character sequences. Their power is due to the use of wildcards ("d.*t" will find all words beginning with "d" and ending with "t") and of the ability to recall groups of characters from the found text and insert them into the replacement.

regex

regex