Pattern
/\b[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}(?:[A-Z0-9]{3})?\b/Sample text
DEUTDEFF NWBKGB2L CHASUS33XXXTest this pattern in the editor
8 or 11 character bank identifier codes.
/\b[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}(?:[A-Z0-9]{3})?\b/DEUTDEFF NWBKGB2L CHASUS33XXXTest 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.
International numbers with leading + and country code.
Common +7 / 8 mobile formats with optional separators.