I need to find a certain phrase within the text of a select box. Is there a built in function to do this, or an easy way? I won't know the exact position in the string, but it will always be the same phrase.
edit, nevermind. I didn't realize you could do it with just indexOf, I thought that was for single characters.
:D
