Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

Alteryx Designer Desktop Discussions

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

Using Regex need to Extract a string between 2 different delimiters without multicolumns

sakshim
8 - Asteroid

I have a problem, I want to extract a string between 2 different delimiters preferably with regex and without creating multiple columns .

For example, I have a substring which is like  '"ACTO": IMPID-452673";" at any place in the sentence.

 

I just need to extract IMPID-452673 (Kindly note the length of numbers can be more or less ). In every sentence, IMPID is followed by ";"  , 2nd delimiter. 1st Delimiter is  ""ACTO":")

5 REPLIES 5
binuacs
21 - Polaris

@sakshim one way of doing this

image.png

 

sakshim
8 - Asteroid

Many Thanks .... this is wonderful. also, Can I request for a reference to RegEX Table

binuacs
21 - Polaris

@sakshim try https://regex101.com/, where you can test and learn regex

sakshim
8 - Asteroid

This doesnt work if we  its in the middle of the sentence

binuacs
21 - Polaris

Can give me a sample text

Labels
Top Solution Authors