Help for this page
Select Code to Download
Select
or
download this
$foo = join '', @{$chars}; $string =~ /^[\Q$foo\E]+$/;
Select
or
download this
$string =~ /[^\Q$foo\E]/;