hi, I want to make a macro that do such thing:
in my selected text, run a regex match, and upper case all those match.
so basicly I need sublime command like those:
1. set find panel's regex on
2. set find panel's in selection on
3. run the regex
4. select all matches
5. do ctrl+k+u
so , what’s the corresponding commands? where can I find those commands?