Help for this page
Select Code to Download
Select
or
download this
if($info =~ /\Q$string\E/)
Select
or
download this
if($info =~ m{^$string$})
Select
or
download this
if ($info =~ /$string/)