Help for this page

Select Code to Download


  1. or download this
    if ($inst !~ /lea/i) {
      # do things
    }
    
  2. or download this
    if ("$label$inst" !~ /\blea\b/i) {
      # do things
    }