Hi All,
I need to parse the second half of the text from string records. The string's structure is as following: [Question Group] [Question ID] [Question Name], for example: "COVID PREVENTION 01 Does Management Plan (OP9) has..."
I have highlighted the part I need to extract from the string.
I am trying to use the REGEX_Replace formula to achieve this; please see below:
REGEX_Replace([Name],".*?(\d{1,2})", "$1")
For most of the records, it is working correctly. However, when there are any following digits in the string, it parses at the last digit occasion, not the first one. Could you please suggest how the formula should look like?
I appreciate any help you can provide.
Solved! Go to Solution.