Returns first starting index of the specified substring within string, or zero if it's not present.
Signatures & examples
strpos ( string text, substring text ) → integer
Returns first starting index of the specified substring within string, or zero if it's not present. (Same as position(substring in string), but note the reversed argument order.)