I'm using WF BRE and try to use regex in rule condition. But there is no regex. The namespace System.Text.RegularExpressions does not exist, neither the Regex.Match method. I tried to add:
using System.Text.RegularExpressions;
to my Rules Designer Application but that didn't work.
I get the "Rule Set Editor: Error parsing the Action(s): The identifier "Regex" could not be resolved." error.
How can I add regex to BRE?