Help for this page

Select Code to Download


  1. or download this
        print "$1\n" if (/^(.*?)\s*\d+$/);
  2. or download this
          x = ReallyLongFunctionNameNumber1() + 130
              + AnotherCrazyLongFunctionNameThatIsOnItsOwnLine();
    
  3. or download this
        print "$1\n" if (/^(.*?;)\s*\d+$/);
  4. or download this
        print "$1\n" if (/^(.*?)\s*\d{5}$/);
  5. or download this
        int i; // #20005