Skip to main content
cngx-src documentation

PhonePrefixMatcher

Type Aliasforms/input

projects/forms/input/phone-metadata.ts

Description#

A single national-prefix rule: a literal prefix matched with startsWith ('0664' minus the trunk 0 is '664'), or a RegExp matched against the start of the national digits (/^1[567]/). Only start-anchored matches count as a prefix; a RegExp that matches mid-number is ignored.

Definition#

string | RegExp