fork(1) download
  1. <?php
  2.  
  3. preg_match_all('/\b\w/', "A&B Solucije", $res);
  4. echo var_dump(implode($res[0]));
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
string(3) "ABS"