FlyinBrian
Programmer
Im using the .contains method to find a paticular phrase in a long string. However I want it to be whole case, in that I don't want it to return "Whatever" if I search for "What" It should only return that specific word. Any ideas?