Multiple Character Regular Expressions

Single character regular expressions can be combined into more complex regular expressions that match more than one character at a time. You can also apply modifiers to single character regular expressions to make them match more than one instance of the character or characters specified by the single character regular expression.

Use the following rules to construct regular expressions from single character regular expressions: