Regex Builder
НачальныйdevelopmentМинимальный контекст: 8K
Builds, explains, and tests regular expressions from natural language descriptions. Supports multiple regex flavors (PCRE, JavaScript, Python, Go). Provides step-by-step breakdowns, test cases, and performance considerations for complex patterns.
Варианты использования
- Building validation patterns for emails, URLs, phone numbers
- Parsing structured text formats (logs, CSV, config files)
- Search and replace operations with capture groups
- Explaining existing complex regex patterns
- Converting between regex flavors
Пример промпта
Build a regex pattern for the following requirement: "[describe what you want to match]" Please provide: 1. The regex pattern 2. Step-by-step explanation of each part 3. Test cases (strings that should match and shouldn't) 4. Any edge cases or limitations 5. Performance notes if the pattern could be slow on large inputs Target flavor: [JavaScript / Python / PCRE / Go]
Рекомендуемые модели
Совместимые инструменты
claude-codecursorgithub-copilotkiroany
Модальности
Вход: text
→Выход: code, text
Похожие Skills
Автор
OpenModels Community