llSubStringIndex
Function Syntax
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.
Returns an integer that is the index in Text where string pattern Sequence first appears. Returns -1 if not found.