The Regexp class can be used to match a pattern against a
string and optionally replace the matched parts with new strings.
Regular expressions were implemented by translating Henry Spencer's
regular expression package for tcl8.0.
Much of the description below is copied verbatim from the tcl8.0 regsub
manual entry.
REGULAR EXPRESSIONS
A regular expression is zero or more branches , separated by
"|". |