fork download
  1. <?php
  2.  
  3. echo preg_replace('#\b(?:ab)+\b#', '!', 'ab abab abab abababab abea');
Success #stdin #stdout 0s 82944KB
stdin
Standard input is empty
stdout
! ! ! ! abea