RegEx web app

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
stam
Posts: 2679
Joined: Sun Jun 04, 2006 9:39 pm
Location: London, UK

RegEx web app

Post by stam » Thu Apr 07, 2022 8:10 pm

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

mrcoollion
Posts: 720
Joined: Thu Sep 11, 2014 1:49 pm
Location: The Netherlands

Re: RegEx web app

Post by mrcoollion » Fri Apr 08, 2022 10:44 am

Nice find.

Thanks :D

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3999
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: RegEx web app

Post by bn » Fri Apr 08, 2022 11:01 am

Thanks Stam for the link.

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

Kind regards
Bernd

Post Reply

Return to “Off-Topic”