The Phone Number (local) generator creates valid, formatted phone numbers for use within a specific country or geographic area. These numbers exclude the international dialing prefix or country code, adhering only to the local numbering conventions of the target country or region.
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 (l) | 352-5422, 114-6587, … | character varying character text |
Default |
The generator can be assigned to a column that matches any of the following rules:
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.