You are here: Transforming Data > Working with Transformer Parameters > Regular Expression Editor

Regular Expression Editor

The Regular Expression Editor allows you to compose a Perl Compatible Regular Expression (PCRE).

Enter the expression in the Regular Expression field. Use the Test String field to test the expression. If the results of the regular expression are found in the test string, they are highlighted, and the number of matches is indicated under 'Results'.

For a basic guide to PCRE syntax, expand Quick Reference. For more information, see the Perl Programming Documentation.