1.

List Some Function Tags?

Answer»

JSTL Function Tags List :

  1. fn:contains() : It is used to test if an input string containing the specified SUBSTRING in a program.
  2. fn:containsIgnoreCase() : It is used to test if an input string contains the specified substring as a case insensitive way.
  3. fn:endsWith() : It is used to test if an input string ENDS with the specified suffix.
  4. fn:escapeXml() : It escapes the characters that would be interpreted as XML markup.
  5. fn:indexOf() : It RETURNS an index within a string of first occurrence of a specified substring.
  6. fn:trim() : It removes the blank spaces from both the ends of a string.
  7. fn:startsWith() : It is used for checking WHETHER the given string is started with a particular string value.
  8. fn:split() : It splits the string into an array of substrings.
  9. fn:toLowerCase() : It converts all the characters of a string to lower case.
  10. fn:toUpperCase() : It converts all the characters of a string to upper case.

 

 

 

JSTL Function Tags List :

 

 

 



Discussion

No Comment Found