Parser of simple regular expressions with only three supported special
characters
'*' (zero or more),
'?' (zero or one)
and
'\\' (quotes the following character).
The same as the
FindInFilesAction except that this action asks for
a replacement string and allows to replace some or all matching substrings
with the given replacement string.