Help for this page

Select Code to Download


  1. or download this
    if ($x && $s =~ /(abc|def)/)
    
  2. or download this
    if ($x && index($s, "abc") >= 0 || index($s, "def") >= 0)