Help for this page

Select Code to Download


  1. or download this
    If $string is not X and $string is not Y
    
  2. or download this
    if($string ne 'Y' && $string ne 'Y')
    
  3. or download this
    If $string is A or $string is B
    
  4. or download this
    if($string eq 'A' or $string eq 'B')