Hi All - I am trying to parse the following text out of a field with data like the following...
I need to extract any code that either has 1 or 2 text characters followed by at least 4 numeric characters.
So below in this case it would be 'BU18292' or 'H4484' (anything bolded)
BU18292 - Integration Project
BU18292 - Restructuring Expenses
FINA - Integration - Finance - FINA - Integration - Finance
OAA - H4484 - Restructuring/Transaction Expenses
GK_Lab - H4484 - Dept for Dev of New Products
I am trying to use the Regex tool with parsing but am kind of stuck. Haven't used it in awhile.
Thanks in advance for your help!