A match was found when testing case sensitively.

"; } else { echo "

No match was found when testing case sensitively.

"; } $myResult2 = eregi($myPattern, $testString); if ($myResult2) { echo "

A match was found when testing case insensitively.

"; } else { echo "

No match was found when testing case insensitively.

"; } ?>