fork download
  1. <?php
  2.  
  3. $destination = "Cat-115/Ads-733-49";
  4. if (preg_match('/-\K\d+$/', $destination,$m)) {
  5. echo $m[0];
  6. }
  7.  
Success #stdin #stdout 0.02s 24044KB
stdin
Standard input is empty
stdout
49