CommandFusion Wiki

Documentation Resources

User Tools

Site Tools


Sidebar

software:gui-designer:regex-tester

This is an old revision of the document!


Regex Tester

guiDesigner features a built in regular expression tester, but there are also great online resources for testing regular expressions such as:

The Regex Tester in guiDesigner can be used to test the regex pattern and ensure the correct data is captured when feedback strings come through the feedback system.

To access the tool, just click on the icon on the toolbar or from the drop down menu (View > Regex Tester).

To use, just enter the regex and the test data in the respective sections. If the regex matches, the parsed data according to the capture group and matched data will be shown in the list. If not successful, check the status bar of the regex tester for a message.

To test hex data, escape the regex with an additional backslash i.e. \\x00. Then when applying the final regex, remember to remove the extra backslash.

software/gui-designer/regex-tester.1517567203.txt.gz · Last modified: 2018/02/02 10:26 by jarrod