Help for this page

Select Code to Download


  1. or download this
      Foo::Bar  # literal 'Foo::Bar'
      (?!       # start of negative look-ahead
        \s+     # one or more white space chars
        \(      # literal opening bracket
      )         # end of negative look-ahead