Help for this page

Select Code to Download


  1. or download this
    $string =~ s:/ \* (.*?) \*/ : (my $x = $1) =~ s/[^\n]//g; $x :gsex;
    
  2. or download this
    ">/*x*/<"   is converted in ">1<" instead of "><"
    ">/*x\nx\nx*/<"  is converted in ">3<" instead of ">\n\n<"