eregi
PHP -> Funkcie -> Regulárne výrazy -> eregi
Syntax
int eregi ( string pattern, string string [, array ®s] )
Popis
Príkaz jazyka PHP
Case insensitive regular expression match.
This function is identical to ereg() except that this ignores case distinction when matching alphabetic characters.
Príklad
Pozri aj
ereg, ereg_replace, eregi_replace, stripos, a stristr