2 个子串之间的距离
如何找到给定字符串中两个子字符串值之间的距离?例如,如果我有“terrific”这个词,并且我想找到“i”之间的距离(相距 1 个空格)。感谢您的帮助。
How can I find the distance between two substrings values in a given string? For example, if I have the word terrific, and I wanted to find the distance between the "i"s (1 space apart). Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是一些带有内嵌注释的方法:
Here are a few methods with comments inline:
编辑
或
EDIT
or
您可以处理的选项有很多,但这就是开始的地方。
http://php.net/manual/en/function.strrpos.php
There are so many options that you could handle, but this is where to start.
http://php.net/manual/en/function.strrpos.php