diff --git "a/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_16\346\255\243\345\210\231\344\275\234\344\270\232.html" "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_16\346\255\243\345\210\231\344\275\234\344\270\232.html" new file mode 100644 index 0000000000000000000000000000000000000000..b77af5d4d520e5ae8ac6243e66a02a91fb268746 --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_16\346\255\243\345\210\231\344\275\234\344\270\232.html" @@ -0,0 +1,94 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git "a/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_16\346\255\243\345\210\231\345\274\202\345\270\270\347\254\224\350\256\260.txt" "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_16\346\255\243\345\210\231\345\274\202\345\270\270\347\254\224\350\256\260.txt" new file mode 100644 index 0000000000000000000000000000000000000000..476e584d84138895457190e3edfc81c2d3b151b2 --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_16\346\255\243\345\210\231\345\274\202\345\270\270\347\254\224\350\256\260.txt" @@ -0,0 +1,26 @@ + +非捕获,反向引用 +非捕获((?:exp)):能让捕获的分组隐藏 + +| 选择或关系; --分支;|| +自左向右匹配,一旦匹配上 就不再回头 + +eg: 192.168.2.2 + +eg:如何获取日期时间 + +断言 +\b:单词边界 + +^:单词开头 + +$:单词结尾 + 异常 +try{ +这里报错 catch抛出错误 +} +catch{ +} +finally{ +这里报错不继续执行 +} \ No newline at end of file