Quote:
Originally Posted by BunnyGal
THAT WORKED!!! 
You ARE amazing. This has been bugging me for months.
Okay..... I know that your copied and pasted search was/is correct, but how can i apply it to other searches - for a different title or author, etc.
What is the "formula" (probably not the right word) that I use, or simply - how do I do it?
|
The squiggle means REGEX mode
The \b is
a blank (I might make the first one \b* to mean 0 or 1 Blanks in case it is the first word) (\b|^) might be better as it means Blank or start of line
raw well that is a guess

The last \b is a trailing blank (a space or Eol must follow)