Essentially there are strings of text and I am trying to pull out a single value/word that starts with one of two values. Two examples would be:
Just example text here 91291-99 that can continue after
Or it could be X1234-81 and after
In these examples I would want 91291-99 or X1234-81 to be pulled out into a different column based on starting with a 9 or an X.
I suspect a RegEx equation could do it but I can't figure out how.