Help for this page
'aaaa+' =~ /(a+)/; print "$1\n"; 'aaaa+' =~ /(\Qa+\E)/; print "$1\n"; __END__ aaaa a+
/^\Q*** END ***\E$/
/^\*\*\* END \*\*\*$/