Standard Library

Kay C Lan lan.kc.macmail at gmail.com
Fri Aug 22 03:06:18 EDT 2014


On Thu, Aug 14, 2014 at 1:43 PM, Thierry Douez <th.douez at gmail.com> wrote:
>
>>>    put "<(?P<tag>[A-Z][A-Z0-9]*)\b[^>]*>.*?</(?P=tag)>" into RX
> Just tried it right now and it works!
>
> What system and LC version do you have?

OS X 10.9.4 LC 6.6.2GM

As I said, the problem was:

</

needed to be:

<\/   --that's not the letter V but a backslash + forward slash

a \ backslash delimiting the / forward slash.

And yes, thank you I did get the
- (?P<tag>...
- (?P=tag)

to work.

Sorry for the slow reply, just in the world of thinband (basically
no-band) for the last week or so ;-(




More information about the use-livecode mailing list