I'm trying to find out how to get the last word of a string, However the character im trying to match it too isn't always the same. For example
This is a file (USA) -LastWord
This is another file (EUR) ~LastWord
This is another different file (JPN) LastWord
How can i match against this? I always want to just return "LastWord"