WString Library

Use indexOf like below:

 if(readString.indexOf("woohoo") >=0) {
      Serial.println("I found woohoo!"); 
    }