Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Find and replace Regex

CalDowd98
8 - Asteroid

Hi all

 

I have chunks of texts where the character  is coming before every instance of ².

 

Is there a way of replacing the special character, and then closing the gap ?

 

EG CO² will become CO²

 

Thank you !!

2 REPLIES 2
LordNeilLord
15 - Aurora

Hey @CalDowd98 

 

You could try something like this:

 

Replace([Field1], CharFromInt(194), "")

 

194 is Â, i found this number by spliting out your text into individual characters and then using CharToInt() to find the number 🙂

CalDowd98
8 - Asteroid

Wow !

 

Thats worked perfectly, thank you  !!

Labels
Top Solution Authors