2.10小节完成

This commit is contained in:
XiongNeng
2014-09-04 12:01:10 +08:00
parent 2ab54227fc
commit 0d410d6ab8

View File

@@ -13,7 +13,7 @@
解决方案
----------
默认情况下re模块已经对一些Unicode字符类有了基本的支持。
比如,'\d'已经匹配任意的unicode数字字符了
比如,\\d已经匹配任意的unicode数字字符了
.. code-block:: python