I have a field called "comment" that will contain some information including a country code. The total length of the comment will vary. The country code can be 2 or 3 positions, will always be at the end of the comments field, and will always be enclosed inside parenthesis. I was to extract the 2 or 3 position country code from that comment field.
Here are some examples:
Package(FR) I want FR extracted from that into another field
Package(GB) I want GB extracted from that into another field
Letter(IRE) IRE
Fax(UAE) UAE
Thanks