p/the-besties-2015-game-of-the-year-special
The best video games of 2015 do battle in a silly arena
Maeliza

Codist AI — Figure out what any regex means

4
•
Understanding RegEx can be hell of a head scratcher 🤯
💡 The alpha version of CodistAI gives you the natural language explanation of any RegEx
Replies
Best
Philippe AUDIBERT
it doesn't identify this pattern that check email format : [a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
Maeliza
@paudibert Hello! yes it's still the alpha version we are working on strengthening the algorithms we built with better datasets and more heuristics. As soon as it's done I'll let you know :)
Maeliza
I've been a developer and data scientist for year. Yet I realized that I've been doing the same small, repetitive, tedious tasks again and again🤯 So I'm working on a way to automate some of them. 🤖 ✅First challenge : Automate RegEx understanding
Philippe AUDIBERT
Nice idea, it remind me a tool I use since 10 years : https://regexr.com/