![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: Re: Re3: BioInformatics - polyA tail searchby runrig (Abbot) |
on Sep 02, 2003 at 19:14 UTC ( #288390=note: print w/replies, xml ) | Need Help?? |
Also note that you probably want to match against [AN]{10,} so that if there are more than 10 A's or N's in a row the match does not fail.If there are more than ten, then {10} will match just fine.
In Section
Seekers of Perl Wisdom
|
|