Regex / text
(\d{4}-\d{2}-\d{2}) / meeting 2024-03-15, due 2024-04-01Output (groups)
2024-03-15\n2024-04-01
Text Tools
Extract every regex match from text with flags, capture groups, expand-all groups, dedupe, and multiple output formats for log fields and structured collection.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
文本处理
等待输入
已复制结果
Regex / text
(\d{4}-\d{2}-\d{2}) / meeting 2024-03-15, due 2024-04-01Output (groups)
2024-03-15\n2024-04-01
When enabled, the first capture group is preferred over the full match—useful when you only need the parenthesized field.
The tester focuses on highlighting and debugging. This tool turns all matches into a copyable list with dedupe and output formats.
Tools
Continue with another translated tool for a nearby task.
Regex Tester
Test JavaScript regular expressions with live highlighting, match counts, capture groups, flag toggles, and built-in pattern presets. Matching runs locally in your browser.
Regex Replacer
Run regular-expression find and replace with custom flags and capture-group backreferences such as $1. Batch text cleanup stays in your browser.
Number Extractor
Pull numbers from mixed text with support for decimals, negatives, and thousands separators. Deduplicate, sort, and output as newlines or commas for reports, logs, and amount collection.