Re: regex backreferences

2022-01-14 Thread Kaveh via use-livecode
] On >> Behalf Of Devin Asay via use-livecode >> Sent: Wednesday, December 15, 2021 7:54 AM >> To: How to use LiveCode >> Cc: Devin Asay >> Subject: Re: regex backreferences >> >> Thanks for confirming, Jacque and Kaveh. I figured that was the case. I >>

Re: regex backreferences

2021-12-17 Thread Kaveh via use-livecode
Hah. I read my own comment without checking the poster and thought this guy is a bit pushy but let's hope he succeeds! It really is a fundamental limitation that will allow so much more to be done in LiveCode, including a really good interactive tutorial on regex. Regards Kaveh On Fri, 17 Dec 202

Re: regex backreferences

2021-12-17 Thread Ben Rubinstein via use-livecode
Hi Kaveh, Thanks, but actually it wasn't me who made the original report - that was Bart Voorzanger. And you added a useful comment to it 18 months ago, before I found it! best, Ben On 17/12/2021 11:41, Kaveh wrote: Great to know this is already in the wish list, Ben and thanks for adding i

Re: regex backreferences

2021-12-17 Thread Kaveh via use-livecode
Great to know this is already in the wish list, Ben and thanks for adding it. Anything we can do to support this request and expedite it? On Fri, 17 Dec 2021 at 11:35, Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > > On 15/12/2021 03:41, J. Landman Gay via use-livecode

Re: regex backreferences

2021-12-17 Thread Ben Rubinstein via use-livecode
On 15/12/2021 03:41, J. Landman Gay via use-livecode wrote: If there isn't a feature request for it, there should be. https://quality.livecode.com/show_bug.cgi?id=21534 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: regex backreferences

2021-12-15 Thread Kaveh via use-livecode
(250) 573-3935 > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf Of Devin Asay via use-livecode > Sent: Wednesday, December 15, 2021 7:54 AM > To: How to use LiveCode > Cc: Devin Asay > Subject: Re: regex backreferen

RE: regex backreferences

2021-12-15 Thread Douglas A. Ruisaard via use-livecode
isaard Trilogy Software (250) 573-3935 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Devin Asay via use-livecode Sent: Wednesday, December 15, 2021 7:54 AM To: How to use LiveCode Cc: Devin Asay Subject: Re: regex backreferences

Re: regex backreferences

2021-12-15 Thread Devin Asay via use-livecode
Thanks for confirming, Jacque and Kaveh. I figured that was the case. I can stop beating my head against it now! Now for a trip to workaround land! - Devin On Dec 15, 2021, at 2:46 AM, Kaveh via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: This is a major shortcoming and I have

Re: regex backreferences

2021-12-15 Thread Kaveh via use-livecode
This is a major shortcoming and I have wanted this for years. Thierry has filled the gap with his excellent SunnyRex library . I have used it successfully, I recommend it, and it works well. He has also supported me well after I purchased SunnyRex. But it is

Re: regex backreferences

2021-12-14 Thread J. Landman Gay via use-livecode
I wish it did, but replaceText doesn't support back references. The parameters at the end are treated as literals, whether as actual quoted literals or variables containing a value. If there isn't a feature request for it, there should be. -- Jacqueline Landman Gay | jac...@hyperactivesw.com Hy

regex backreferences

2021-12-14 Thread Devin Asay via use-livecode
Hi all, Does the replaceText() function allow the use of backreferences to retain groupings of text between matches. For example, if I have some text like this: Good stuff here. I want to end up something like this: Good stuff here.” In BBedit I can search for (.*) and replace it with \1 and