Phone
Parse Definition
| Phone | |||
|---|---|---|---|
| Description | The Phone parse definition parses phone numbers into a set of tokens. | ||
| Output Tokens | Prefix Country Code Area Code Base Number Extension |
||
| Example | Input | Output Token | Output |
| (603) 7981-4655 | Prefix | ||
| Country Code | 60 | ||
| Area Code | 3 | ||
| Base Number | 7981-4655 | ||
| Extension | |||
| Remarks | |||