テキスト

fn:endsWith()函数


fn:endsWith()函数用于确定一个字符串是否以指定后缀结尾。


语法

fn:endsWith()函数的语法如下:

boolean endsWith(java.lang.String, java.lang.String)

实例演示

以下实例演示了这个函数的功能:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>   Using JSTL Functions 

String ends with 123

String ends with TEST

运行结果如下:

String ends with 123

关于我们 联系我们 留言板

手册网

前の記事: 次の記事: