The Phone Number (international) generator creates valid, formatted international phone numbers compliant with the E.164 numbering plan. The generator creates phone numbers that include a country calling code, followed by the subscriber number, and optionally includes appropriate formatting such as spaces, dashes, or parentheses for clarity.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
Short name | Example of generated data | Data type matching | Country-specific |
---|---|---|---|
Phone (i) | +971 6 657 6453, +1 884-707-9715, … | character varying character text |
Default |
The generator can be assigned to a column whose name ends with ‘Number’, ‘Phone’, or ‘mobile’, preceded by any or no characters, regardless of the table name.
The generator produces data based on a regular expression. Since it is built on the RegExp generator, see Regular Expression generator to customize settings and understand the correct usage of syntax.