Pattern
/\b\d{3}-\d{3}-\d{3}\s\d{2}\b/Sample text
SNILS 112-233-445 95 bad 11223344595Test this pattern in the editor
###-###-### ## insurance number layout.
/\b\d{3}-\d{3}-\d{3}\s\d{2}\b/SNILS 112-233-445 95 bad 11223344595Test this pattern in the editor
Capture local and domain parts from common email shapes.
Match protocol, host, and optional path/query.
Require length and mixed character classes (demo only).
3–16 chars: letter start, then letters, digits, underscore.
Standard 8-4-4-4-12 hex UUID layout.
Stricter UUID version 4 with variant bits.