JSTL functions
Function indexOf

int indexOf(java.lang.String, java.lang.String)
Returns the index withing a string of the first occurrence of a specified substring.

Example:
${fn:indexOf(name, "-")}


Function Information
Function Classorg.apache.taglibs.standard.functions.Functions
Function Signatureint indexOf(java.lang.String, java.lang.String)
Display NameNone


Comments to: jstl-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.