Help for this page

Select Code to Download


  1. or download this
    <*0123456789> ** <?after 9>
    
  2. or download this
    <*0123456789> [ <?after 9> <*0123456789>]*
    
  3. or download this
    my regex seq {
       ...
    }
    my $length = [max] $teststring.match(&seq, :g, :overlap)>>.chars;