fork download
  1. <?php
  2.  
  3. $text =+ "\u{0019}helloáéóëö - ▪ Locatie: ";
  4.  
  5. print($text . "\n\n");
  6.  
  7. $text += preg_replace('/[^\+^\PCn^\PCs]/u', '', $text);
  8.  
  9. print($text);
Success #stdin #stdout #stderr 0.03s 25888KB
stdin
Standard input is empty
stdout
0

0
stderr
PHP Warning:  A non-numeric value encountered in /home/aJWbX6/prog.php on line 3