![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Re: Re: Re: Re3: BioInformatics - polyA tail searchby runrig (Abbot) |
on Sep 02, 2003 at 20:26 UTC ( #288425=note: print w/replies, xml ) | Need Help?? |
A comma in the range is useful if you are matching something after the sequence, or if you are using capturing parenthesis to save the matched sequence. If you only want to match sequences of 10 and not longer, you would need a negative-lookahead (see perlre) after the {10}.
In Section
Seekers of Perl Wisdom
|
|