Skip to content

ST3 3.6.0

Compare
Choose a tag to compare
@facelessuser facelessuser released this 30 Sep 14:54
· 33 commits to master since this release

RegReplace 3.6.0

Sep 30, 2017

  • NEW: Add support for optional format style replace templates. Learn more here.
  • FIX: Properly set default replace to group 0 by using \g<0> not \0.
  • FIX: Explain better some basic syntax differences between Re, Regex, and Backrefs with Re and Regex.