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
Maker
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
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])?
Report
Maker
@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 :)
Replies