Text Find Replace Action

It would be great to be able to return the text found in the "Text Find Replace Action" when using Regular expressions

Currently we are using the Read Text File then using a VB script Regular Expression to get the text.

Hi John

Thanks for the idea :) We'll look into it, just have to find a way to expose it.

Will second that. I have a number of places where i need this. I usually workaround by adding this line to the OnFindText script:

MyVariable = FoundText;

Regards,

Dave.

EDIT: Noticed I'm in wrong forum. I want this for Final Builder. sorry OP for any confusion if my situation is not the same.