strpos(string, string)

Return the start and end positions of the first occurrence of a search_string within a string.

Example

start, stop = strpos( "the quick brown fox", "brown" )