Automatically Replace Part of Pasted Text

I would like to know if it is possible for TextBlaze to automatically replace a specific word when I copy/paste text.

I frequently copy/paste from one source to another, and there is a word that I manually replace every time.

I might copy something like this:

 Appointment Type: Training - 60 min
 Date and Time: 04/29/2021, 10:00 AM - 11:30 AM MST
 **Tech**: Jane Smith

I would like to replace "Tech" with "Trainer" after the text is pasted.

Is that possible with Text Blaze?

Hi, and welcome to the forum! :slight_smile:

Yes, that's easy to do:

{=replace({clipboard}, "Tech", "Trainer")}

Thanks for the welcome and the quick response!! :smiley: