Phone (Global)
Parse Definition
Phone (Global) | |||
---|---|---|---|
Description | The Phone (Global) parse definition parses phone numbers into a globally recognized set of tokens. | ||
Output Tokens | Country Code Area Code Base Number Extension Line Type Additional Info |
||
Example 1 | Input | Output Token | Output |
+7 (812) 3198565 доб. 11 | Country Code | +7 | |
Area Code | 812 | ||
Base Number | 3198565 | ||
Extension | |||
Line Type | |||
Additional Info | доб. 11 | ||
Example 2 | Input | Output Token | Output |
fax +7 (812) 3198565 | Country Code | +7 | |
Area Code | 812 | ||
Base Number | 3198565 | ||
Extension | |||
Line Type | |||
Additional Info | fax | ||
Remarks | Parse definitions named with the Global keyword use a set of output tokens that is consistent across every locale. Results obtained from these definitions can be stored in the same database fields as the results obtained from definitions of the same name in other locales. |