Regular Expressions

The .NET regular expression library contains some very useful APIs for pattern matching and string transformation.  It would be useful to be able to describe file patterns in terms of regular expressions so that groups of files can be handled by appropriate (asynchronous) action groups, with a specific action group dedicated to a particular file type.

I see that there is some support for this already in the Text Find / replace action.