Development
Extract and parse documentation from JavaScript/TypeScript, Python, and Java source code
docstring-extractorDevelopment
Analyze file paths, identify Windows/Unix formats, extract components, and normalize paths
path-analyzerData Processing
Extract and validate .env style KEY=VALUE configurations with detection of duplicate keys and suspicious spaces/quotes
env-parserDevelopment
Extract specified attributes (href, src, data-*, etc.) from HTML content with tag name filtering support
html-attribute-extractorDevelopment
Batch parse URL query parameters with output of key frequency, value samples, and encoding anomaly detection
url-query-analyzerText Processing
Extract inline links, reference links, and bare URLs from Markdown documents with basic syntax validation
markdown-link-extractorDevelopment
Match multiple regex patterns against text in one operation
multi-pattern-matcherDevelopment
Parse and display named capture groups from regex patterns
named-group-testerDevelopment
Preview regex replacements in real-time with detailed diff highlights and statistics
regex-replace-previewerDevelopment
Compare performance of different regex patterns, identify bottlenecks, and detect degenerate cases
regex-benchmarkDevelopment
Detect error-prone and risky regex patterns, check for catastrophic backtracking, unanchored patterns, and provide rewrite suggestions
regex-linterDevelopment
Generate random strings that match a given regular expression pattern
regex-to-string-generator