Génère une regex à partir d'une description, l'explique composant par composant et fournit des cas de test (match / no-match).
debugparsingregex
0Community votes0
LA@lacauze
Help us improve Promptypedia
We measure how the site is used in a 100% anonymous way (no personal data, never sold) to improve it — for visitors with and without an account. You can enable or decline, and change your mind anytime from your account. Learn more
3 prompts · #regex
Génère une regex à partir d'une description, l'explique composant par composant et fournit des cas de test (match / no-match).
Design a robust parsing strategy that extracts structured fields from inconsistent log lines without losing data.
Turn a plain-language matching spec into a documented regex with a breakdown and a full set of passing and failing test cases.