[ad_1]
Seems you escape brackets wrong:
Try this:
string regexTemplate = @"TRY MOVIE YES \[Bat2man WIN\]";
or
string regexTemplate = "TRY MOVIE YES \\[Bat2man WIN\\]";
[ad_2]
solved Regular expressions C# [closed]
[ad_1]
Seems you escape brackets wrong:
Try this:
string regexTemplate = @"TRY MOVIE YES \[Bat2man WIN\]";
or
string regexTemplate = "TRY MOVIE YES \\[Bat2man WIN\\]";
[ad_2]
solved Regular expressions C# [closed]