I'm trying to make a Search and Replace function that takes the clipboard, containing the definition of a word from Merriam-Webster.com, and removes everything between the end of the first word and the first colon.
Using Regex101.com, set to be non-global and non-multi-line as per
RegEx: Global and Wiki, this appears to work:
BUT – the result the KeyboardMaestro function gives comes out different—
precarious:::::
I'm stumped. Any thoughts would be appreciated.
Cheers!