WORK REGEX 23 words
What does this regex actually do
Someone left a regex in the codebase and now it is your problem. This decodes it in plain terms: what it matches, what it rejects, and the one input most likely to break it in production. For any developer who has stared at a wall of brackets and slashes and quietly hoped it works.
Decode this regex: [paste]. Tell me what it matches, what it rejects, and the one input most likely to break it in production.
⚠ human-in-the-loop: you are responsible for the results of using this prompt, not us.