tedd wrote:
At 4:18 PM +0200 4/9/09, Merlin Morgenstern wrote:
Hello,
I am trying to extract a number out of a string that is in utf-8 and
contains chines characters.
This unfortunatelly does not work:
preg_match('{(\d+)}', $details, $m);
$number = $m[1];
I also tried to
At 4:18 PM +0200 4/9/09, Merlin Morgenstern wrote:
Hello,
I am trying to extract a number out of a string that is in utf-8 and
contains chines characters.
This unfortunatelly does not work:
preg_match('{(\d+)}', $details, $m);
$number = $m[1];
I also tried to
2 matches
Mail list logo