fork скачать
  1. <?php
  2.  
  3. $re = '~/([^-]+)~';
  4. $str = "SIP/trkfixo-000072b6";
  5. preg_match($re, $str, $match);
  6. echo $match[1];
Успешно #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
trkfixo