cookbook-在正则中使用Unicode
Posted z-y-l
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cookbook-在正则中使用Unicode相关的知识,希望对你有一定的参考价值。
https://python3-cookbook.readthedocs.io/zh_CN/latest/c02/p10_work_with_unicode_in_regexp.html
import re num = re.compile(‘d+‘) print(num.match(‘123‘)) print(num.match(‘u0661u0662u0663‘))
<_sre.SRE_Match object; span=(0, 3), match=‘123‘> <_sre.SRE_Match object; span=(0, 3), match=‘???‘>
以上是关于cookbook-在正则中使用Unicode的主要内容,如果未能解决你的问题,请参考以下文章
Python Cookbook(第3版)中文版:15.14 传递Unicode字符串给C函数库
python 正则匹配 csv文件中特殊符号如■高风险 这样的black block