Skip to content

Releases: facelessuser/RegReplace

ST3 2.2.0

16 Jul 03:03
Compare
Choose a tag to compare

RegReplace 2.2.0

New

  • rr_extended.py has been removed in favor of backrefs which adds support for numerous backrefs in regex expressions and improves the existing extra back references.
  • Regex back references for upper case and lower case classes in search via \c and \l and the inverse can be done with \L and \C.
  • Much improved support for title case back references in replace: \l, \c, \L...\E, and \C...\E.
  • Quoting/escaping can be done in searches with \Q...\E.
  • Unicode property support in searches has been added via \p{Lu} or a more verbose form \p{Uppercase_Letter}. The inverses can be performed with \P{Lu} or \P{Uppercase_Letter}.

Notes

Check out documentation for more information on the new and improved extended back reference support.

ST3 2.1.0

26 Mar 14:35
Compare
Choose a tag to compare

New

  • Disable translate_tabs_to_spaces while performing a replace to avoid loss of tabs.

ST2 1.10.1

01 Apr 21:47
Compare
Choose a tag to compare

Release ST2 version from correct branch.

ST2 1.10.0

26 Mar 22:19
Compare
Choose a tag to compare

Fixes

  • Backport fix for issue #26

Migrate to tag Releases

10 Feb 16:29
Compare
Choose a tag to compare

Migrate to Tag Releases for ST3.

Migrate to Tag Releases

10 Feb 16:28
Compare
Choose a tag to compare

Migrate to tag releases. ST2 branch is no longer actively supported and will only accept pull requests to back port ST3 features. I will no longer actively provide any work on the ST2 branch except to merge pull requests and do releases so that I can focus on new features and fixes on the ST3 branch.