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
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