Now you’ve got a new problem: this isn’t a SELECT, but your
search code won’t find one of those special words at the begin-ning. The first character is just a space: " ".
But you can solve this problem, too, using another familiar
function: trim. trim gets rid of whitespace, and if you do that
before you search, then you should be in good shape: