php match string in string code example Example: php string contains $mystring = 'abc'; $findme = 'a'; $pos = strpos($mystring, $findme);