How would I find if a whole word, i.e. "EU"
, exists within the String "I am in the EU."
, while not also matching cases like "I am in Europe."
?
Basically, I'd like some sort of regex for the word i.e. "EU"
with non-alphabetical characters on either side.