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_* functions as well if your scripts use UTF-8 only. Regards, Moriyoshi -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php