Regular Expression Expanded Syntax Option
Although Tcl 8.1 introduced support for expanded regular expression syntax (where whitespace and comments are ignored), it required you the signal the expanded syntax by including the (?x) option embedded in the regular expression string. Tcl 8.2 introduced the regexp -expanded option as an alternate way of enabling expanded regular expression syntax.
 |