backreferences in PCRE?

Dar Scott dsc at swcp.com
Thu Nov 13 17:39:13 EST 2003


On Thursday, November 13, 2003, at 02:15 PM, Dar Scott wrote:

> So tinker with this:
>
> replaceText(pStr, "(?<!\\)\\"&quote, "\"&quote)

I mean this:

replaceText(pStr, "(?<!\\)"&quote, "\"&quote)

I forgot what you were trying to do.

Dar



More information about the use-livecode mailing list