On Mon, Jul 29, 2013 at 12:14 PM, Peter Haworth <p...@lcsql.com> wrote:

> Personally, I'd use the regex that Thierry posted a couple of days back.
>  No recursion involved and one line of code does the job.
>


If you're talking about:

matchChunk(mystring,"(\([^)]*\)).*",tstart,tEnd)

That will return 1,4 for the string "((()))"

gc
_______________________________________________
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