Manage your custom regex patterns, edit existing patterns, or import/export patterns
Your Custom Patterns
You haven't created any custom patterns yet
Create Your First PatternImport & Export
Pattern Management
Import Patterns
Export Patterns
Tips for Creating Patterns
When creating regex patterns, keep these tips in mind:
- Test thoroughly - Always test your patterns with various inputs to ensure they work as expected.
- Use capture groups - Capture groups (parentheses) let you reference matched text in your replacement pattern.
- Be specific - Make your patterns as specific as possible to avoid unintended matches.
- Add examples - Good examples help you and others understand what the pattern does.
- Use descriptive names - Clear names and descriptions make patterns easier to find and use.