Regex MatchCreate, test and debug regular expressions within a text file Regex Match is a Visual Studio Code extension that enables dynamically creating, testing and debugging regular expressions within a text file. It provides a simple and user-friendly interface, making the process of working with regular expressions effortless and efficient. Press Table of Contents🚀 FeaturesTest Regular ExpressionsCreate, test and debug your regex in a text window. To do this, use the standard format with the regex on the first line of the file with the flags required for your case, plus the test string between the text area delimiters ( Highlight of Capturing GroupsEach group in a regular expression is highlighted in a different color, making it easy to distinguish and identify them. Color-coded regex capture groups enhance readability and simplify debugging. Test Multiple Regular ExpressionsYou can test multiple regular expressions in the same file. Each regex test works independently, with its own test lines and capture groups. This feature allows you to test different regex patterns in the same place. Test Regular Expressions from the Code EditorThrough VS Code's code lens functionality, Regex Match makes it easy to test the regex present in your code. The code lens will appear above the regex, allowing you to test it in Regex Match window. 📝 Release Notesv0.4.2
v0.4.1
v0.4.0
View the full CHANGELOG. 🛠️ DevelopmentRequirementsThe following dependencies are required to run the project:
Usage
TestingTo run the interface tests, run the following command:
To run the unit tests, run the following command:
|