Wildcards for Routing
Â
The IMG 2020 utilizes wild-cards to aid in the Routing process. Below is a table displaying the supported wildcards.
Wildcards | Description |
---|---|
0 - F | Digits 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F |
X | Indicates that the digit represented by X can be any single digit. The X wild card is allowed only when it is the last character or followed by another X wild card. The combination of wildcards X and & (X&) is not supported in the route table but is allowed in the translation table. For example, the string 50886232XX will match 5088623200, 5088623290, or any other number that begins with 50886232. |
& | Indicates that the digits represented by & can be one or more digits of any value. For example, the string 508& will match 5088623000, 5087783920, 50812, 508, or any other number that begins with 508. The & must be the last character in the string. |
Â
The wildcards used for routing and the wildcards used for translations/digit matching differ. When using wildcards for routing, use the table above. When using wildcards for translations and digit matching, refer to the topicÂ
Related Topics
Â