RE

Regular Expressions.

There are many flavors of Regular Expressions. The most common are Basic Regular Expressions (used by sed and awk) and Extended Regular Expressions (used by sed, grep, awk, Javascript and many other programs and/or languages. Tcl uses ARE, whose syntax is described in Regular Expressions.

See also PCRE.