Java如何检查以特定单词开头的字符串?
要测试字符串是否以特定单词开头,我们可以使用String.startsWith()方法。true如果字符串以该特定单词开头,则此方法返回布尔值。
package org.nhooo.example.lang;
public class StringStartsWithExample {
public static void main(String[] args) {
String str = "The quick brown fox jumps over the lazy dog";
//看看狐狸是不是快狐狸。
if (str.startsWith("The quick")) {
System.out.println("Yes, the fox is the quick one");
} else {
System.out.println("The fox is a slow fox");
}
}
}该代码段显示以下输出:
Yes, the fox is the quick one
热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短