So I want this to happen automatically when I copy a list of or individual links with specific text. Specifically, I want to switch out a domain url for another. I wish this:
https://d3ts7pb9ldoin4.cloudfront.net
to become this:
https://star-uploads.s3-us-west-2.amazonaws.com
Realizing there's additional info contained within the URL, my regex for the trigger looks like this:
Regex:
I'm trying ClipboardFusion for the first time so this might not be helpful.
But...
I think the The \1\2\3\4 syntax for backreferences in the replacement text is not supported but the $1$2$3$4 is supported when one sets the "Text Match Mode" in the Text Replace dialog to "Regular Expression"
I'm trying ClipboardFusion for the first time so this might not be helpful.
But...
I think the The \1\2\3\4 syntax for backreferences in the replacement text is not supported but the $1$2$3$4 is supported when one sets the "Text Match Mode" in the Text Replace dialog to "Regular Expression"
Thanks for that. I just came back here to look for some info, and this is what pointed me to use .net compatible c# regex. All working the way I want in the triggers.