fork(1) download
  1. <?php
  2.  
  3. $cnt = preg_match_all('~,(?!\d)~', '15,50 руб., 16,70 руб.', $matches);
  4. echo $cnt;
Success #stdin #stdout 0s 82624KB
stdin
Standard input is empty
stdout
1