I have a column of data that has first name, last name (user_id). It looks like:
lname, fname (c709979)
I want to parse out the user_id text into its own column, without the parenthesis.
Is RegEx the best way to do this or is there another tool I should use instead?
If RegEx, than what would the context look like?
Thanks,
Larry