会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
首页
新随笔
管理
2024年11月7日
正则表达式
摘要: import re s = 'hello123world' result = re.search(r'\d{3}',s).group() print(result) re模块有3种匹配方式 match 从头匹配 search 搜索 findall 查找所有,返回列表 re.match(pattern
阅读全文
posted @ 2024-11-07 16:12 xx_cnblog
阅读(2)
评论(0)
推荐(0)
编辑
公告