How to save, process, and paste strings?
I know that the most recent version of BetterTouchTool includes changes to the Clipboard Manager. What is the currently recommended way to copy text strings, save them, and paste them later?
I am, for better or worse, familiar with Keyboard Maestro, in which strings are saved as variables that can be replaced, retrieved, manipulated, formatted, and pasted.
My current desire is to copy some text, truncate it using Regex, copy some other text, search and replace it, then concatenate the two strings and paste the resulting string at the insertion cursor.