随笔分类 -  reg

摘要:用正则表达式匹配汉字,完整总结 - animalize - 博客园 https://www.cnblogs.com/animalize/p/5432864.html 翻译 搜索 复制 阅读全文
posted @ 2024-11-25 12:22 papering 阅读(35) 评论(0) 推荐(0)
摘要:// Copy returns a new Regexp object copied from re.// Calling Longest on one copy does not affect another.//// Deprecated: In earlier releases, when u 阅读全文
posted @ 2021-05-06 12:52 papering 阅读(89) 评论(0) 推荐(0)
摘要:匹配uuid import re import uuid print(uuid.uuid4().__str__().replace('-', '')) for i in ('s', uuid.uuid4().__str__().replace('-', ''), '10cece6f5d674cc29 阅读全文
posted @ 2017-12-06 16:34 papering 阅读(451) 评论(0) 推荐(0)