2.10小节完成

This commit is contained in:
XiongNeng
2014-09-04 12:00:36 +08:00
parent 084ac5d512
commit 2ab54227fc

View File

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