Skip to content

llSubStringIndex

Function Syntax
integer llSubStringIndex(
  1. string Text,
  2. string Sequence
);

Returns an integer that is the index in Text where string pattern Sequence first appears. Returns -1 if not found.