[PHP-I18N] problem with mbstring (search)functions

2003-01-23 Thread Simon Dedeyne
When trying to do a search in a mbstring, I sometimes(!) get the following error: " Warning: mb_ereg_search()[function.mb-ereg-search]:mbregex compile err: premature end of regular expression in c:\myfile.php on line 12. " It's only the case for some strings. Why is this? I assume it must some

Re: [PHP-I18N] problem with mbstring (search)functions

2003-01-23 Thread Moriyoshi Koizumi
Hi, > Warning: mb_ereg_search()[function.mb-ereg-search]:mbregex compile > err: premature end of regular expression in c:\myfile.php on line 12. Did you try mb_ereg() yet? if you see the same error message with it, it's possibly a bug. http://www.php.net/mb_ereg And you can use preg_* functio