Hi,
um es mal in PHP auszudrücken:
preg_match("/(\d+)\s*(month|months|monate)/i", $string, $matches);
echo (int)$matches[1];
Grüße
Thomas
Hi,
um es mal in PHP auszudrücken:
preg_match("/(\d+)\s*(month|months|monate)/i", $string, $matches);
echo (int)$matches[1];
Grüße
Thomas