morgankenyon / RegexStash

A VS Code Plugin to Hold Multiple Regex Find/Replace's for Data Cleaning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RegexStash

A VS Code sidebar to stash all your data cleaning regexes.

A list of regexes

Features

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.

Release Notes

Users appreciate release notes as you update your extension.

0.1.0

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

About

A VS Code Plugin to Hold Multiple Regex Find/Replace's for Data Cleaning

License:MIT License


Languages

Language:HTML 37.6%Language:TypeScript 37.5%Language:CSS 14.4%Language:JavaScript 10.5%