/RegexBuild
Generate and explain a regular expression from examples of matches and non-matches.
Coding & Developmentmedium#regex#pattern
Your AI Command Vault
Asking the AI who built the AI that built it…
Coding & Development
63 commands · 11 subcategories
Generate and explain a regular expression from examples of matches and non-matches.
Get a senior-level review covering bugs, edge cases and readability.
Interrogate your reasoning with pointed questions until the bug surfaces.
Walk through line-by-line what happens in a script — e.g. a Python script that renames 10.
Find and remove hot-path waste in a database query — e.g. a 30-line PostgreSQL query joining orders.
Write meaningful tests covering an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.