RegReplace
Simple find and replace sequencer plugin for Sublime Text http://facelessuser.github.io/RegReplace/
Details
Installs
- Total 47K
- Win 26K
- Mac 16K
- Linux 6K
| Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 6 | 1 | 1 | 2 | 0 | 0 | 1 | 2 | 2 | 4 | 0 | 0 | 1 | 5 | 3 | 5 | 4 | 5 | 1 | 1 | 2 | 6 | 2 | 3 | 5 | 2 | 0 | 5 | 2 | 0 | 0 | 0 | 3 | 3 | 0 | 5 | 4 | 4 | 2 | 2 | 2 | 8 | 3 | 2 | 2 |
| Mac | 0 | 4 | 4 | 2 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 0 | 0 | 1 | 3 | 2 | 5 | 2 | 3 | 0 | 3 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 3 | 4 | 1 | 0 | 1 | 0 | 0 | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 0 | 3 | 1 |
| Linux | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 2 | 1 | 0 | 1 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
About
Reg Replace is a plugin for Sublime Text that allows the creating of commands consisting of sequences of find and replace instructions.

Features
- Create find and replace rules that can then be used to create Sublime Commands to call at any time.
- Chain multiple regex find and replace rules together.
- Create rules that can filter regex results by syntax scope.
- Create rules that target specific scopes and apply regex to the content.
- Create commands that highlight results and requiring confirmation before replacing.
- Create find and fold/unfold commands to fold or unfold the find results instead of replacing them.
- Create find and mark/unmark commands to simply highlight or unhighlight results instead of replacing them.
- Create find and select commands to select certain results instead of replacing them.
- Create advanced commands that can run a plugin to do more complex replaces.
Documentation
http://facelessuser.github.io/RegReplace/
License
Reg Replace is released under the MIT license.