I have a string of text that I want to find out if the letter code DH exists in the string, and then perform a function if it does.
How can I check to see if the string contains those letter without doing something to the string like string replace, etc?