Is there any way to parse out a whole word/phrase only using one of the string functions? For Example, I have text that looks like this
Falls Church VA
Spring Valley Medicine
Now, I would like to match for only VA, not for Valley. I can easily accomplish this using the Find Replace tool by using Match whole word only.
Is it possible to match only VA using regular expressions, or even to utilize a string function such as GetWord to match that exact word/phrase? Is this even possible with the functions provided in Alteryx? Thanks for your help.