Hello,
I am using RegEx Parse to pull letters ABC from record (ABC) using the expressing .*\((.*)\).*
This is working, however, in the records where there is more than one set of parenthesis, it is pulling the data between the latter parenthesis, but I need the data from the first set of parenthesis.
For example:
(ABC) Alpha Bravo Charlie (123) is resulting in 123, but I want ABC.
Help! 🙂
Thanks,
Valerie