On Tue, May 31, 2005 12:05, Chris Searle wrote: > preg_match('/([^ ]*)\s+\((.+)\)/', $dict, $dparts)
Thank you for your report. I think your proposed solution is ok, I'd change it to preg_match('/(\S+)\s+\((.+)\)/', $dict, $dparts) so you'll also match it if the space should be a tab. I will most probably incorporate this when packaging the new upstream 1.4.5 release, which I expect at the end of June. Regards, Thijs Kinkhorst -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]