Filtering text with regular expressions - question
Hello,
I've got a question about filtering text with regular expressions. It seems like it works for source code only (aspx/html parts of controls seem not to be scanned). Is that true or is it some kind of bug in my version of product? (4.65.0081)
It would be convenient to match properties in ascx parts of controls not only by the content, but by the name either (for example, in order to deselect all CssClass properties set in html tags) - is there any possibility to do that?
Thanks in advance.