A VS Code sidebar to stash all your data cleaning regexes.
This extension allows you to manage and run multiple regexes at the same time.
The default VS Code Find/Replace mechanisms only holds one find/replace pair at a time.
If you're repeatedly running the same series of regexes on a file, this extension will keep track of them and gives you greater flexibility during usage.
Users appreciate release notes as you update your extension.
Initial release of RegexStash. Supports:
- Adding a custome number of regexes
- Clearing entire saved state
- Running each regex at a time
- Saving your regexes across sessions