$string = preg_replace ('/_([^_]+)_/', '<b>$1</b>', $string);
Ergibt fehler:
Warning: Compilation failed: nothing to repeat at offset 0 in chatin.php on line 15
???
$string = preg_replace ('/_([^_]+)_/', '<b>$1</b>', $string);
Ergibt fehler:
Warning: Compilation failed: nothing to repeat at offset 0 in chatin.php on line 15
???