llSubStringIndex
integer llSubStringIndex(string Text, string Sequence)Returns an integer that is the index in Text where string pattern Sequence first appears. Returns -1 if not found.
Parameters
-
Text(string) -
Sequence(string)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here