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.
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