Help for this page

Select Code to Download


  1. or download this
    $string =~ /$_/;
    $string =~ /\b$_\b/;
    
  2. or download this
    $string =~ /\Q$_\E/;
    $string =~ /\b\Q$_\E\b/;