MtasNumberTranslationRuleDT[0..100] nonUnique ordered |
-
mtasNumberTranslationRule
-
This attribute stores translation rules applicable within a profile. The translation rules have the following format:
Order:Substitution-rule:Terminal-match
where
- Order is an unsigned integer and it defines which substitution rule is being matched first. The lowest number has the highest priority in matching.
- Subsitution-rule is a POSIX 1003.2 extended regular substitution of format /regexp/replacement/.
- Terminal-match is TRUE or FALSE indicating if the expression is terminal or not. If terminal-match, the matching results will be returned directly; otherwise, further matching will be performed.
Takes effect: New session
|