Regexp represents a regular expression.
Table D.7: Attributes for <regexp> tag
<regexp>
pattern
String
refid
<regexp id="myregexp" pattern="alpha(.+)beta"/>
Defines a regular expression for later use with id "myregexp".
id "myregexp"
<regexp refid="myregexp"/>
Use the regular expression with id "myregexp".