We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

REGEX Replace

marta-anastasiia
5 - Atom

Hi Guys, I hope u all doing well.

 

I have a text as 2023 bluess&cloud Sft Medium 12*114g and I want how can i get the values till second pipe from the end using Regex_Replace formula or tool,

required output is 12*114g please help with the Regex formula. Thanks.

2 REPLIES 2
lwolfie
11 - Bolide

You can try using something like this:   \s(\d{2}\*\d{3}.+)  

Using the \ infront of the star makes Alteryx look at it as a character and not as the any character.

binuacs
21 - Polaris
Labels
Top Solution Authors