Contact Us 1-800-596-4880

Testing Regular Expressions

The Regex Tester is a tool in RPA Builder that enables you to create and test regular expressions. You can open the Regex Tester in three different ways:

  • In the top menu bar, click ToolsOpen Regex Tester.

  • In the top menu bar, click the Open Regex Tester button (Regex Tester icon).

  • In an Action Step that supports Regex, click the Test Regex button (Regex Tester icon).

    Opening the Regex Tester this way automatically transfers any regular expressions and text patterns associated with the Action Step to the tool.

Regex Tester Wizard

Regex Tester wizard
  • Regex

    Enter the regular expression that you want to test. Commonly used regular expressions can be selected from the Commonly used Regex table by double clicking on the desired entry.

  • Test Pattern

    Enter a piece of text that you wish to use for testing the regular expression. Click the Execute Test button to run the test. Matches will be highlighted in the Test Pattern field.

  • Commonly used Regex

    This table contains commonly used regular expressions that can be used in the Regex field. Double click on the desired entry to transfer it to the Regex field.

See Also