From professional translators, enterprises, web pages and freely available translation repositories.
this function is identical to ereg() except that this ignores case distinction when matching alphabetic characters.
Пример 1. eregi() example
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
by contrast to strtoupper(), 'alphabetic' is determined by the unicode character properties. thus the behaviour of this function is not affected by locale settings and it can convert any characters that have 'alphabetic' property, such as a-umlaut (ä).
thus the behaviour of this function is not affected by locale settings and it can convert any characters that have 'alphabetic' property, such as a-umlaut (д).
Last Update: 2011-10-24
Usage Frequency: 1
Quality: