@arspr: You should never use initial and ending spaces. For one thing, how would you know how many spaces characters are there at the start, or if there are space characters at the end? Use \s+ or if for some reason you want to match only the single space character and not tabs or other white space characters, use [ ]
@mrmikel: If you dont wish to use the list, just ignore it. I still dont see how it gets in the way.
|