hello William,

> method col:sym<quoted> ($/) { make $/.subst(/'""'/, '"', :global).Str }

which is just a longuest version of the line Ralph wrote. i'm inclined
to think that this is easier to read:

    method col:sym<quoted> ($/) { .make ~S:g/'""'/"/ }

> The following line seems to work just fine, with-or-without the call to
> .Str at the end

both works but if you don't use ~ or .Str, a match is returned. I
noticed after i replied to Ralph.

Thanks for helping,
regards

Reply via email to