Test Regular Expression

This dialog box allows you to check if the specified regular expression is valid.

Option Description
Input Enter any text with the string to be matched by the regular expression in this text box.
Match Enter the regular expression being tested in this text box.
Match case Select this check box if you want the component to match letter case.
Redact matched groups only Select this check box if you want the component to redact text fragments that match only regular expression groups.
Match Click this button to test the specified regular expression.

If the text in the Input text box contains the string that matches the specified regular expression, then it will be written in the red stroked font. If no string is found, then nothing changes in the Input text box.

Accept Click this button to accept the specified regular expression.

For more information about ECMAScript regular expressions, see Regular Expression syntax.