Page 1 of 1

RegEx web app

Posted: Thu Apr 07, 2022 8:10 pm
by stam
Hi all,

just thought i'd share this great resource i came across, for those of us that need a helping hand with more complex regex (like me!). While there are a number of moderately helpful sites, this one really knocks it out of the park:

https://regex101.com

not only does this show matches very neatly by group (which is key for LiveCode's matchText()), it provides a live commentary explaining each individual symbol used in your expression and includes well designed searchable quick reference. And a regex debugger! It's actually much better designed than any other tool i've used before (and free ;) )

HTH,
Stam

Re: RegEx web app

Posted: Fri Apr 08, 2022 10:44 am
by mrcoollion
Nice find.

Thanks :D

Re: RegEx web app

Posted: Fri Apr 08, 2022 11:01 am
by bn
Thanks Stam for the link.

I find https://regexr.com also easy and accessible

Kind regards
Bernd