Help for this page

Select Code to Download


  1. or download this
    substr( $group, 0, 50000 ) =~ tr/!/\n/;
    
  2. or download this
    $group =~ s/!(??{ ( $myregexp::count++ < 50000 ) ? '' : '(?!)' })/\n/g
    +;