Skip to content

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)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here