The regular expression is invalid and will fail at run-time.
Regex.Match("", "[");
An error will be triggered in your code:
None
TBD