I have a field I need to trim, and it looks like RegEx will do the trick. However, I'm having trouble with the syntax. Here's my field info:
[FIELD ASSOCIATE ID]
CORP\XKLJFTU
EMEA\JFUIQLF
ASIA\JFITLFQ
LATAM\JTI8RKJK
I need to trim the portion in red (CORP, EMEA, etc.) so all I'm left with is the unique identifier following the slash. The portion in red is not a specific number of characters long. It will vary from time to time.
Any help would be much appreciated!