请用python编写函数find_string,从文本中搜索并打印内容,要求支持通配符星号和问号。 例子: >>>find_string('hello\nworld\n','wor') ['wor'] >>>find_string('hello\nworld\n','l*d') ['ld'] >>>find_string('hello\nworld\n','o.') ['or']

发布于 2021-10-21 15:05:53

登录后免费查看答案
关注者
0
被浏览
109
1 个回答
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看