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
- Host: GitHub
- URL: https://github.com/linghaosu/vscode-regex-visualizer
- Owner: linghaoSu
- License: mit
- Created: 2023-02-28T13:26:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T14:38:55.000Z (about 3 years ago)
- Last Synced: 2025-03-12T23:13:42.488Z (over 1 year ago)
- Topics: regex, regex-visualizer, visual-studio-extension
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regex Visualizer
## 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:

## License
[MIT](./LICENSE) License © 2023