JSP Tutorials page 2
JSP Examples
containsIgnoreCase>
Tag of JSTL. This tag is used to check that given string contains the specified sub string
or not.endsWith>
Tag of JSTL. This tag is used to check that given string ends with the specified
sub string or not.startssWith>
Tag of JSTL. This tag is used to check that given string starts with the specified
sub string or not. escapeXml>
Tag of JSTL. This tag is used to escape characters that could be interpreted as
XML markup.indexOf>
Tag of JSTL. This tag returns index of first occurrence of specified sub string
in the given string string.length>
Tag of JSTL. This tag returns the number of items in a collection, or the number
of characters in a string.replace>
Tag of JSTL. This tag returns a string after replacing the given sub string with
specified sub string.split>and
<fn:join> Tag of JSTL. These tags are used to split and join the specified
string according to the given delimeter.subString>
Tag of JSTL. This tag returns a subset of a string of specified length. This takes string
and integer type as arguments and return string type.if' statement is used to test conditions while 'for'
loop is used to define a loop that reiterates statements.<%" and end
with "%>".JSP Tutorials Pages: JSP Tutorials Page 1 | JSP Tutorials Page 2 | JSP Tutorials Page 3
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: JSP Tutorials View All Comments
Post your Comment