Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    if ($str =~ /^\w{4}$char\w$/){
        print "matched\n";
    }
    
  2. or download this
    /^[0-9A-Za-z]{4}$char[0-9A-Za-z]$/