Help for this page
#!/usr/bin/env perl ... for (@test_strings) { say "Testing [$_] : ", (/$re/ ? '' : 'no '), 'match.'; }
$ pm_re_kname_in_charclass.pl Testing ["""] : no match. ... Testing ["''] : no match. Testing ['""] : no match. Testing [''"] : no match.