fork download
  1. $_ = '/* comments SpecialToken comments */';
  2. s/(\/\*)(?:(?!.*?\*\/.*?SpecialToken)(.*?)(SpecialToken)(.*?))(\*\/)/$1$2\*\/$3\/\*$4$5/gs;
  3. print "$_";
Success #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
/* comments */SpecialToken/* comments */