fork download
  1. <?php
  2. $txt = "5_hundred_thusands_text_charactersPART2fivehundredthusandstextcharactersagain";
  3. $arrParts = preg_split("/PART2/", $txt);
  4. //$arrParts = explode('PART2', $txt);
  5.  
  6. $arrSplitItems = str_split($arrParts[1], 10);
  7. echo implode(',', $arrSplitItems);
Success #stdin #stdout 0s 82944KB
stdin
Standard input is empty
stdout
fivehundre,dthusandst,extcharact,ersagain