Help for this page

Select Code to Download


  1. or download this
    if ($value =~ /^string$/)
    
  2. or download this
     
    if ($value eq 'string')
    
  3. or download this
    if ($value =~ /^string$/)
    
  4. or download this
     
    if ($value =~ /string/)