题解 | #计算某字符出现次数#

计算某字符出现次数

http://www.nowcoder.com/practice/a35ce98431874e3a820dbe4b2d0508b1

使用正则表达式的忽略大小写匹配 import re str1 = input() str2 = input() content = re.compile(str2, re.I)

output = len(content.findall(str1)) print(output)

全部评论

相关推荐

10-30 22:18
已编辑
毛坦厂中学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务