Well, the strpos function is pretty good for finding an occurance within a string:
www.php.net/strpos
It will return the first "spot" it finds of any occurrence without the need for regex.
Use regex to find patterns - not static blocks of text. Are you looking for a regex tutorial?