Java字符串endsWith()方法示例。
String类的endsWith()方法接受另一个表示后缀的字符串,测试当前字符串以给定后缀结尾。如果是这样,则返回true,否则返回false。
示例
public class Test {
public static void main(String args[]) {
String Str = new String("This is really not immutable!!");
boolean retVal;
retVal = Str.endsWith( "immutable!!" );
System.out.println("Returned Value = " + retVal );
retVal = Str.endsWith( "immu" );
System.out.println("Returned Value = " + retVal );
}
}输出结果
Returned Value = true Returned Value = false
热门推荐
1 带清的简短祝福语
5 短祝福语简短暖心
10 祝女性生日祝福语简短
11 大雪生日祝福语大全简短
12 怀念青春祝福语简短
13 直播生孩子祝福语简短
14 学生开学季祝福语简短
15 许嵩生日祝福语简短
16 对女友的简短祝福语
17 牛年女神节祝福语简短
18 元旦联谊祝福语简短精辟