Browse Source

Update regex.rst

FusionPBX 7 years ago
parent
commit
9145f7f6e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/additional_information/regex.rst

+ 1 - 1
source/additional_information/regex.rst

@@ -18,7 +18,7 @@ Regular Expressions
 * **Six digits:** ^(\\d{6})$
 * **Six digits:** ^(\\d{6})$
 * **Seven digits(Local Calling):** ^(\\d{7})$  
 * **Seven digits(Local Calling):** ^(\\d{7})$  
 * **Eight digits:** ^(\\d{8})$
 * **Eight digits:** ^(\\d{8})$
-* **Ninee digits:** ^(\\d{9})$
+* **Nine digits:** ^(\\d{9})$
 * **Ten digits(Long Distance):** ^(\\d{10})$
 * **Ten digits(Long Distance):** ^(\\d{10})$
 * **Eleven digits(Long Distance with a 1):** ^\\+?(\\d{11})$
 * **Eleven digits(Long Distance with a 1):** ^\\+?(\\d{11})$
 * **North America:** ^\\+?1?(\\d{10})$
 * **North America:** ^\\+?1?(\\d{10})$