Help for this page

Select Code to Download


  1. or download this
    s{
        (\s*/[*].*?[*]/\s*)     # $1: /* comment */
    ...
        defined $3  ? $3        # Keep syntax error as-is
                    : ''        # "foo  // ...\n" => "foo\n"
    }gsex;