Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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