Python是否具有字符串“包含”子字符串方法?

时光毁灭记忆、已成空白 提交于 2020-03-24 15:52:34

3 月,跳不动了?>>>

问题:

I'm looking for a string.contains or string.indexof method in Python. 我正在寻找Python中的string.containsstring.indexof方法。

I want to do: 我想要做:

if not somestring.contains("blah"):
   continue

解决方案:

参考一: https://stackoom.com/question/EQ8R/Python是否具有字符串-包含-子字符串方法
参考二: https://oldbug.net/q/EQ8R/Does-Python-have-a-string-contains-substring-method
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!