With the "Text Find/Replace" action when using regular expressions, it would be a nice feature to have access to the individual regular expression groups returned. I ended up using the matches collection within a VBScript RegExp object as a work-around.
Thanks.