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

Regex Help

PN2527
8 - Asteroid

I have a field that contains data like below. I need to extract 'CTO' from that field.

 

Example:

A (CTO)

Ast (CTO)

Ktre (CTO)

Box (CTO)

 

 

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

Use the RegEx tool in Parse mode

 

ChrisTX_0-1594744829262.png

 

MarqueeCrew
20 - Arcturus
20 - Arcturus

@PN2527 ,

 

 please try this instead of regex:

 

IIF( Contains([field],"CTO"),"CTO",Null())

 

 cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors