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
热门推荐
10 班级群毕业祝福语简短
11 新婚红包祝福语简短男
12 科研文案祝福语简短励志
13 英文简短唯美祝福语大全
14 宝宝生病简短祝福语大全
15 发给导师的祝福语简短
16 收到公公生日祝福语简短
17 送给姐姐简短的祝福语
18 新年简短的英文祝福语