STRSTR

Format

STRSTR( src , search , pos )

Function

Arguments

src
The string to search in.
search
The substring to search for.
pos
Character position at which to start the search (start of string = 0)

Return value

Related

Version

Example