Database
Browse 5,303 skills across 372 packs and 37 categories
Basics Syntax
167LCore regular expression syntax including character classes, quantifiers, anchors, and alternation
Email URL Validation
137LPractical regex patterns for validating emails, URLs, IP addresses, and other common string formats
Log Parsing
161LRegex patterns for parsing structured and semi-structured log files from common servers, applications, and systems
Lookahead Lookbehind
136LLookahead and lookbehind assertions for matching patterns based on surrounding context without consuming characters
Named Groups
161LNamed capture groups for readable, maintainable regex patterns with structured data extraction
Performance
224LRegex performance optimization, catastrophic backtracking prevention, and engine internals for writing efficient patterns
Search Replace
219LRegex-powered find and replace patterns for text transformation, refactoring, and data reformatting
Text Extraction
175LRegex patterns for extracting structured data from unstructured or semi-structured text sources