Hallo, warum ist mein Array $match denn leer? ![EEK!](https://www.php-resource.de/forum/core/images/smilies/eek.gif)
Was mache ich falsch?
![EEK!](https://www.php-resource.de/forum/core/images/smilies/eek.gif)
PHP-Code:
$text = '12345</demo>';
preg_match ( '/([0-9]{5})<\\/demo>/', $text, $match = array () );
print_r ( $match );
Kommentar