On Thu, Aug 14, 2014 at 1:43 PM, Thierry Douez <th.do...@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 ;-(

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to