If I have the string:
Detroit 10 New Jersey 2 (FINAL)
Is there a way to match Detroit 10
and New Jersey 2
in a single regular expression?
I can't figure out how to do it if the city names are different lengths and some have spaces in the city name.