Pattern
/\b\d{6}\b/Sample text
101000 190000 12345Test this pattern in the editor
Six-digit Russian postal index.
/\b\d{6}\b/101000 190000 12345Test this pattern in the editor
Capture local and domain parts from common email shapes.
Match protocol, host, and optional path/query.
Match HH:MM or HH:MM:SS clock times.
Require length and mixed character classes (demo only).
3–16 chars: letter start, then letters, digits, underscore.
kebab-case slugs for routes and CMS paths.