Tip
Intermediate
Generate Regex Patterns
July 29, 2024
Describe the pattern you want to match in natural language, and ask an LLM to generate the corresponding regular expression. Test it thoroughly.
Category: Code Generation
Difficulty: Intermediate