Remove substring from Variable

I Set a Variable to %ChromeURL% and would like to remove the substring “&utf8=%E2%9C%93” from it. How do I do this? For example, can I set the variable to a calculation?

Hey Andrew,

Look at the Search & Replace Variable action. You can use literal string-matching or a regular expression.

-Chris

1 Like

Thanks Chris!