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.
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
Solved! Go to Solution.
Hey,
Try this regex:
\((\d.+)\)\.jpg
Thanks for the quick and effective response!
