The Inspire Pin contest has begun! Win a free pass to Inspire by submitting your design to be made into a real-life pin! Submission details can be found here.

Start Free Trial

Alteryx Designer Desktop Discussions

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

Extract number from string

CO
6 - Meteoroid

Hello, 

Apologies because I have seen more posts similar to this one but I don't clearly see how the RegEx tool works.

I would need to extract the number from a column that follows the attached format.

How could I get it?

 

Thank you

2 REPLIES 2
LordNeilLord
15 - Aurora

Hey,

 

Try this regex:

 

\((\d.+)\)\.jpg

regex.PNG

CO
6 - Meteoroid

Thanks for the quick and effective response!

Labels