Skip to content

Instantly share code, notes, and snippets.

@MakotoE
Last active October 21, 2019 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MakotoE/ea3d37515f2006123e32706b0bb024e6 to your computer and use it in GitHub Desktop.
Save MakotoE/ea3d37515f2006123e32706b0bb024e6 to your computer and use it in GitHub Desktop.
// http://www.emeditor.org/en/macro_selection_selection_replace.html
document.selection.Replace('A(?=[α-ωά-ώ])', 'Α', eeFindReplaceRegExp|eeReplaceAll);
document.selection.Replace('B(?=[α-ωά-ώ])', 'Β', eeFindReplaceRegExp|eeReplaceAll);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment