fork(1) download
  1. <?php
  2. preg_match("/(?<=#).*?(?=#)/", "de_DE.UTF-8", $match);
  3. print_r($match)
  4. ?>
Success #stdin #stdout 0.03s 25944KB
stdin
Standard input is empty
stdout
Array
(
)