I'm running a while loop that looks for a character and removes it from a string. Eventually, there won't BE anymore of these characters in the string. However, I was wondering if I could test for some sort of value on, say, the find() method to see if the character was still in the string, and if it wasn't, cause the loop to break?