(PHP 3, PHP 4 >= 4.0.0)
eregi -- case insensitive regular expression matchThis function is identical to ereg() except that this ignores case distinction when matching alphabetic characters.
Example 1. eregi() example
|
See also ereg(), ereg_replace(), and eregi_replace().