Matches a configuration against a regular expression.
match_info
will contain the match information if the return value is not null, otherwise
throws will be set.
this |
a Config. |
regex |
a Regex. |
match_info |
a MatchInfo. |
the value of that matched configuration |