Java程序从指定的索引中搜索子字符串
使用该indexOf()方法从给定位置搜索子字符串。
假设以下是我们的字符串。
String myStr = " pqrstuvwxyzpqrst";
在字符串中搜索子字符串“pqrs”。我们从3开始索引进行搜索。
int begnIndex = 3;
strLastIndex = myStr.indexOf("pqrs", begnIndex);示例
public class Demo { public static void main(String[] args) { String myStr = "pqrstuvwxyzpqrst"; int strLastIndex = 0; int begnIndex = 3; System.out.println("String: "+myStr); strLastIndex = myStr.indexOf("pqrs", begnIndex); System.out.println("The index of substring pqrs in the string beginning from index "+begnIndex+" = "+strLastIndex); }}输出结果
String: pqrstuvwxyzpqrst The index of substring pqrs in the string beginning from index 3 = 11
热门推荐
10 分别发的祝福语简短
11 大外甥高考祝福语简短
12 小学毕业校长简短祝福语
13 搞工程发财祝福语简短
14 冬季祝福语男生文案简短
15 同事生子问候祝福语简短
16 退休文案寄语简短祝福语
17 送给自己的祝福语简短
18 简短祝福语毛笔字