On 3/29/07, Simon Kitching <[EMAIL PROTECTED]> wrote:
Mike wrote:
> (/^\w*:A\]\w*:\/\//) != null ) {
>
> start-of-string any-number-of-alphanumerics colon A ]
> any-number-of-alphanumerics colon W
Almost; format matched is:
menu-id :A] protocol://url
where ":A]" is a literal used as a separator between the two bits.
Ok. I see. It's double-escaped-slash, not W :-) Looks the same in my web browser :-)

