Challenge
Intermediate
Generate a Regex Pattern
August 14, 2025
Challenge: Describe a complex text pattern in plain English and ask an LLM to generate the corresponding regular expression (regex). For example, 'Generate a regex to validate an email address according to RFC 5322.'
Category: Code Generation
Difficulty: Intermediate