@@ -142,9 +142,9 @@ Chapter 1. Admin Guide
142
142
Recognize a number block in all forms (international, national)
143
143
and convert it to a canonical format (e.164)
144
144
* match_op = 1 (regexp)
145
- * match_exp = "^(0040|\+40|0|40)21[0-9]+" ; regular expression
146
- that will be used to match with this rule (if the rule
147
- should be applied for the input string)
145
+ * match_exp = "^(0040|\+40|0|40)21[0-9]+" ; regular
146
+ expression that will be used to match with this rule (if
147
+ the rule should be applied for the input string)
148
148
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
149
149
matching)
150
150
* subst_exp = "^(0040|\+40|0|40)(.+)" ; regular expression
@@ -160,8 +160,8 @@ Chapter 1. Admin Guide
160
160
convert it to a single fix value
161
161
* match_op = 1 (regexp)
162
162
* match_exp = "^((Germany)|(Germania)|(Deutschland)|(DE))" ;
163
- regular expression that will be used to match with this rule
164
- (if the rule should be applied for the input string)
163
+ regular expression that will be used to match with this
164
+ rule (if the rule should be applied for the input string)
165
165
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
166
166
matching)
167
167
* subst_exp = NULL ; when translation is actually a
@@ -175,8 +175,8 @@ Chapter 1. Admin Guide
175
175
Recognize a block of numbers as belong to a single service and
176
176
signalize this via an attribute.
177
177
* match_op = 1 (regexp)
178
- * match_exp = "^021456[0-9]{5}" ; regular expression that will
179
- be used to match with this rule (if the rule should be
178
+ * match_exp = "^021456[0-9]{5}" ; regular expression that
179
+ will be used to match with this rule (if the rule should be
180
180
applied for the input string)
181
181
* match_flags = 0 (0 - case sensitive, 1 - case insensitive
182
182
matching)
0 commit comments