I'm trying to apply a very simple regex to a Rich Text Box in Umbraco 7.
The regex I'm trying to apply is [^£\$].
I've tried some simple ones, [a-zA-Z], etc, but nothing seems to take effect.
Switching the property to as textString, and the regexes work immediately.
What am I doing wrong?
Thanks, john