Hi all,
Hope you're keeping well. I wondered if anyone could help me to parse some codes from a string.
The codes have these characteristics;
Here's an example of the data (STRING) and what I'd like to achieve (TARGET)
STRING | TARGET |
AGRONOMY 3012RW Innovation in Agronomy III | 3012RW |
ANAT SC 1102 Human Biology IA | 1102 |
ANAT SC 1102UAC Human Biology IA | 1102UAC |
ANAT SC 1103 Human Biology IB | 1103 |
C&ENVENG 1008 Eng Plan & Design I | 1008 |
C&ENVENG 1008UAC Eng Plan & Design I | 1008UAC |
C&ENVENG 1009 Civil&Env Eng 1 | 1009 |
BIOTECH 7003 Advanced Research Techniques | 7003 |
BIOTECH 7004 Molecular Micro & Vaccines | 7004 |
Any help would be greatly appreciated.
Best,
DHB
Solved! Go to Solution.
Hi @DHB ,
Sure the regex and workflow to catch the code.
Hope this helps : )
Cheers and Happy Analyzing
That's perfect. Thank you so much
Hi @DHB ,
Glad to hear that helped.
If that helped can you please mark my post as "Accept solution"
Thank you : )