Regular expression testing App
This app allows you to test regular expressions before using them, ensuring they provide the desired outcomes. Simply enter your regular expression in the input field, specify any modifiers, and input the text you want to test for matches. You can also enter a second regular expression to test simultaneously against the same text. Press the 'Match' button to execute, and the Matching Results section will list any matches found. This dual-testing feature allows for more thorough validation of your regular expressions.
Corrections:
30-Sep-2024 | Vs 1.8 | Improved Optimizer |
17-Sep-2024 | Vs 1.7 | Improved decomposition analysis and added optimization suggestion in a new button and tab called Optimize |
25-Aug-2024 | Vs 1.6 | Added an optional second regular expression line to be tested simultaneously plus updated the help section |
17-Aug-2024 | Vs 1.5 | Added more samples and introduce decomposing of regular expression |
19-Nov-2020 | Vs 1.4 | Added multiline matching |
17-Nov-2020 | Vs 1.3 | Fix a bug in reporting illegal regular expressions |
23-Dec-2019 | Vs 1.2 | Fix a bug in retrieving the history of regular expressions |
28-Oct-2019 | Vs 1.1 | Redesign the GUI Interface |
25-Apr-2018 | Vs 1 | Initial release |