in reply to Re: Regex question - negatives
in thread Regex question - negatives
Hi,
Thanks - the \| is only there cos I am using qq|| (so using | in the string, causes perl to break :))
The actual code people will use, is:
[[foo|bar]] , not [[foo\|bar]]
Cheers
Andy