How to change size of readstring() in client.read() on Arduino Ethernet?

I mean another command which is lighter than

if(strstr(tBuf,"example") != NULL) {
  // example exists
}

As for the F() function...I haven't seen any like that. What does the F do?