Releases: ldsands/PasteRegEx
Releases · ldsands/PasteRegEx
0.0.5 - 2020-05-15
0.0.5 - 2020-05-15
Patch
- Added
- added the rmExtraSpaces command
- this will replace all instances of more than one space with only one space
- added the rmExtraSpaces command
- Changed
- updated documentation and README.md for structure differences
- added to the Plans for Future Releases
0.0.4 - 2020-05-02
0.0.4 - 2020-05-02
Patch
- Changed
- changed all of the regular expressions and placed them directly into the string replace
searchValue
section
- changed all of the regular expressions and placed them directly into the string replace
- Fixed
- fixed the issue of the rmNewLines working correctly
- fixed the issue of the rmSentenceBreaks working correctly
0.0.3 - 2020-04-29 Patch
- Added
- added a testingStrings.txt file for testing all of the commands
- Changed
- I changed the regular expressions for a couple of the commands to make them account for more situations
- Fixed
- fixed the issue of not implementing the RegEx statement correctly
0.0.2 - 2020-04-29 Patch
- Changed
- one regex statement in extension.ts to match the others
- this does not change the command's function at all
- minor changes to the README
- added known bug
- one regex statement in extension.ts to match the others
0.0.1 - 2020-04-26 Initial release of PasteRegEx
- Added
- apply regular expression to selected text
- implemented the following commands
- rmHangingSpaces
- rmNewLines
- rmHyphenLineEnd
- rmSentenceBreaks