Help for this page

Select Code to Download


  1. or download this
    if ($_ =~ /^S\s+[-]*\d+[\.\d+]*\s+[-]*\d+[\.\d+]*\s*\(\s*IOPUT|OUTPUT\
    +s*\)/i)
      {
        print "PRE=$`\nMATCH=$&\nPOST=$'\nIt matches with case insensitive
    +...\n";
      }
    
  2. or download this
    PRE=  onn (bbcreccsnnl_
    MATCH=output)
    POST= !OUTPUT
    It matches with case insensitive...