Help for this page

Select Code to Download


  1. or download this
    /* One " two */ a = b + 4; /* three " four */
    
  2. or download this
    s { (     [^"'/]*                          # Not a string, character o
    +r comment.
          |  "[^\\"]*(?:\\.[^\\"]*)*"          # String.
    ...
        ( /[*] [^*]* (?: [*] [^*/]* )* [*]/ )  # Comment.
      }
      { $2 ? "" : $1 }gsex;