소스 검색

Update regex.rst

FusionPBX 7 년 전
부모
커밋
622de69889
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      source/additional_information/regex.rst

+ 5 - 0
source/additional_information/regex.rst

@@ -46,3 +46,8 @@ Regular Expressions
 * **Dial 9 then Ten digits:** ^9(\\d{10})$
 * **Dial 9 then Eleven digits:** ^9(\\d{11})$
 * **Dial 9 then International:** ^9(\\d{12,20})$
+
+**Links**
+https://regex101.com/
+https://regex101.com/r/QmOZiH/3/
+