🧑💻 Development
Tools for developers and programming workflows
URL Query Analyzer
Batch parse URL query parameters with output of key frequency, value samples, and encoding anomaly detection
DevelopmentMulti-Pattern Matcher
Match multiple regex patterns against text in one operation
DevelopmentNamed Group Tester
Parse and display named capture groups from regex patterns
DevelopmentRegex Replace Previewer
Preview regex replacements in real-time with detailed diff highlights and statistics
DevelopmentRegex Linter
Detect error-prone and risky regex patterns, check for catastrophic backtracking, unanchored patterns, and provide rewrite suggestions
DevelopmentAI Regex Explainer
Use AI to break down regular expressions into readable explanations
DevelopmentRegex Benchmark
Compare performance of different regex patterns, identify bottlenecks, and detect degenerate cases
DevelopmentRegex to String Generator
Generate random strings that match a given regular expression pattern
DevelopmentGlob to Regex
Convert file matching patterns (Glob) to regular expressions
DevelopmentImport Path Extractor
Extract all import/require paths from JavaScript/TypeScript code
DevelopmentUser Agent Parser
Parse User Agent strings to extract browser, OS, device, and engine information
DevelopmentCSS Selector Extractor
Extract and categorize all CSS selectors from CSS content
Development