Help for this page

Select Code to Download


  1. or download this
    foreach my $char (a..d) {
       print "bbb matches $char\n" if "bbb" =~ /[$char]/;
    }
    
  2. or download this
    bbb matches b