Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "$_\n"
      for grep { /$regex/ and !$seen{$_}++ and @{ [/[a-z]/ig] } == @letter
    +s }
      glob $string;
    
  2. or download this
    ABC---
    AB-C--
    ...
    --AB-C
    --A-BC
    ---ABC