RegeXer - Regex Visualizer & DebuggerThis extension allows you to debug your regular expressions directly from vscode. Usage
Application windowApplication window is the main page of regex visualization. You can interact with this window by writing your regular expressions along with text, where matching should be performed. Application initial view consists of:
Debugger windowDebugger window can be opened by clicking at the gray debug button, at bottom of main page. This action will open window, in which you can see and browse history of match. Debugger window consists of:
Supports
AboutYou should have basic knowledge about the regular expressions, but this extension can certainly help you understand regular expressions and how they handle matching strings. The visualization works by highlighting position in regular expression and in matching string, there are also displayed backtracking (state in regular expression from which no other path is possible). FutureThis extension has many limitations, and isn't finished product, but there are plans for the future, updating this extension. |