ID:168051
 
How would you make a proc that could tell the difference between lets say, northwest and north west? I know how to check whether or not a string of chars are in a text string but I do not know how to have it check the difference between separate words and contractions.
Look for spaces, perhaps? findtext(string," ")? (Arguments may be in the wrong order)