Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I want to get all positions in the string that have the letter N and then followed by [115]. It's always the same pattern to search, namely N[115].$string='YYSFTVMETDPVN[115]HMVGVISVEGRPGLFWFN[115]ISGGDK';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to run index on this one?
by cdarke (Prior) on Nov 25, 2009 at 15:17 UTC | |
by Anonymous Monk on Nov 25, 2009 at 15:23 UTC | |
by cdarke (Prior) on Nov 25, 2009 at 15:31 UTC | |
Re: How to run index on this one?
by johngg (Canon) on Nov 25, 2009 at 16:06 UTC | |
Re: How to run index on this one?
by codeacrobat (Chaplain) on Nov 25, 2009 at 20:01 UTC | |
Re: How to run index on this one?
by AnomalousMonk (Archbishop) on Nov 25, 2009 at 23:26 UTC | |
Re: How to run index on this one?
by johngg (Canon) on Nov 26, 2009 at 18:36 UTC | |
Re: How to run index on this one?
by afresh1 (Hermit) on Nov 25, 2009 at 21:10 UTC | |
Re: How to run index on this one?
by bichonfrise74 (Vicar) on Nov 25, 2009 at 22:41 UTC |