function eregi 2LU36NTFX5TPAUJADLQXQE7ERC5EDZW6ZHR5M7Y
eregiPodręcznik PHPPoprzedniNastępnyeregi (PHP 3, PHP 4 >= 4.0.0)eregi -- case insensitive regular expression matchDescriptionint eregi (string pattern, string string [, array
regs])
This function is identical to ereg() except
that this ignores case distinction when matching alphabetic
characters.
Przykład 1. eregi() exampleif (eregi("z", $string)) {
echo "'$string' contains a 'z' or 'Z'!";
}
See also ereg(),
ereg_replace(), and
eregi_replace().
PoprzedniSpis treściNastępnyereg_replacePoczątek rozdziałueregi_replace
Wyszukiwarka