Last active
October 21, 2019 18:39
-
-
Save MakotoE/ea3d37515f2006123e32706b0bb024e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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