Help for this page

Select Code to Download


  1. or download this
    ([AGCT])(?!\1)([AGCT])(?!\1|\2)([AGCT])(?!\1|\2|\3)[AGCT],([AGCT])(?!\
    +4)([AGCT])(?!\4|\5)([AGCT])(?!\4|\5|\6)[AGCT]
    
  2. or download this
    my $str = 'some_str';
    
    ...
    }
    
    print $str;