[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Search
In message <583987c313Lists@xxxxxxxxxxx>
"Richard Torrens (lists)" <Lists@xxxxxxxxxxx> wrote:
<snip>
> To put " in a search string you must escape it thus \"
> So your search string should be
> "\"file:///D:/ZMusicRip/Various Artists/The Best Of The Rat Pack/"
> and the replace simply $ - which is a new line and an alternative to \n
<snip>
Quoting things is one of those areas where every language and tool seems
to have its own rules. I particularly like PHP's version, where " and '
are almost interchangeable.
So "'" outputs a single quote, while '"' outputs a double quote.
They aren't quite identical in operation - variables get expanded inside
double quotes, not inside single ones.
--
Alan Adams, from Northamptonshire
alan@xxxxxxxxxxxxxxxx
http://www.nckc.org.uk/