1.正则表达式re
python中通过re模块实现正则表达式相关的功能,正则是一种模式匹配patter,通过模式匹配,实现对字符的搜索search和匹配match功能,正则表达式常用的原字符包括:
原字符 | 代表含义 |
literal | 代表字符串本身,如‘hello‘ |
2.正则表达式re
时间: 2024-12-06 03:44:11
1.正则表达式re
python中通过re模块实现正则表达式相关的功能,正则是一种模式匹配patter,通过模式匹配,实现对字符的搜索search和匹配match功能,正则表达式常用的原字符包括:
原字符 | 代表含义 |
literal | 代表字符串本身,如‘hello‘ |
2.正则表达式re