📜  python代码示例中的rfind()

📅  最后修改于: 2022-03-11 14:46:59.296000             🧑  作者: Mango

代码示例1
#Python rfind() method finds a substring in in the string and returns the highest index. It means it returns the index of most righmost matched subtring of the string. It returns -1 if substring not found.