metaperl has asked for the wisdom of the Perl Monks concerning the following question:
Regarding the tag spec for XML::Rules, it says it may be:
a name of a tag,
a string containing comma or pipe ( "|" ) delimited list of tag names
a string containing a regexp enclosed in // with optional parameters
a qr// compiled regular expressions.
And the one which confuses me is a string containing a regexp enclosed in // with optional parameters... what exactly are optional parameters? Are they regular expression modifiers like (?i) for case-insensitive matching?