fork(2) download
  1. <?php
  2.  
  3. $s = 'Cycle count Stored as a <a href="poem://plaspoem/POEM?LOC=MAIN&CMD=VIEW&KEY=CYCLE COUNT&REV=A">Cycle count</a> which is a count of records Cycle count';
  4. echo preg_match_all('~<a\b[^<]*?>[^<]*</a>(*SKIP)(?!)|\bcount\b~', $s);
Success #stdin #stdout 0s 52488KB
stdin
Standard input is empty
stdout
3