- 授权协议: GPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://bitbucket.org/mrabarnett/mrab-regex
- 软件文档: https://pypi.python.org/pypi/regex
软件介绍
regex是python的正则表达式模块,比python的标准正则库提供了更为方便强大的功能。
比如支持\p{Han}匹配汉字,\p{Latin}可以匹配拉丁字母。
更功能介绍请看: https://pypi.python.org/pypi/regex
C++ Primer Plus
Stephen Prata / Addison Wesley / 2011-10-18 / GBP 39.99
C++ Primer Plus, Sixth Edition New C++11 Coverage C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible an......一起来看看 《C++ Primer Plus》 这本书的介绍吧!
