An open API service indexing awesome lists of open source software.

https://github.com/linghaosu/vscode-regex-visualizer

a vscode extension for visualize regex expression
https://github.com/linghaosu/vscode-regex-visualizer

regex regex-visualizer visual-studio-extension

Last synced: 10 months ago
JSON representation

a vscode extension for visualize regex expression

Awesome Lists containing this project

README

          

# Regex Visualizer

Visual Studio Marketplace Version

## description

Aim to visualize regex to easy understand complex regex

The regular visualization method comes from this [project](https://gitlab.com/javallone/regexper-static)

The regularity used to detect regular expressions comes from this [project](https://github.com/chrmarti/vscode-regex/blob/41062efe8aa5113e8902742ae270e090a3de5c5e/src/extension.ts#L14)

Hover over a regular expression to display:

image

## License

[MIT](./LICENSE) License © 2023