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":")
Solved! Go to Solution.
Many Thanks .... this is wonderful. also, Can I request for a reference to RegEX Table
@sakshim try https://regex101.com/, where you can test and learn regex
This doesnt work if we its in the middle of the sentence
Can give me a sample text