Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
hello Monks
i have file with multiple patterns like eg: XYZATGC. i want to match the substring ATGC and trim the sequence say like the output should be XYZ. can any one tell me how to do this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: pattern matching
by Eliya (Vicar) on Feb 10, 2012 at 10:50 UTC | |
by Anonymous Monk on Feb 10, 2012 at 10:57 UTC | |
by Anonymous Monk on Feb 10, 2012 at 11:01 UTC | |
by tobyink (Canon) on Feb 10, 2012 at 11:23 UTC | |
by xyzzy (Pilgrim) on Feb 10, 2012 at 11:40 UTC | |
Re: pattern matching
by Xiong (Hermit) on Feb 10, 2012 at 11:49 UTC | |
by Anonymous Monk on Feb 10, 2012 at 13:01 UTC | |
by Xiong (Hermit) on Feb 10, 2012 at 14:14 UTC | |
Re: pattern matching
by RichardK (Parson) on Feb 10, 2012 at 13:49 UTC | |
by Anonymous Monk on Feb 10, 2012 at 14:15 UTC |