Help for this page

Select Code to Download


  1. or download this
    $quoted_str_to_match = quotemeta $str_to_match;
    @matches = grep /$quoted_str_to_match/, @Output;