in reply to Re^3: How to match more than 32766 times in regex?
in thread How to match more than 32766 times in regex?
No, it is worse, it seems its a DNA sequence, and wants Subsequence for Longest_common_subsequence_problem. To cut the problem down, you could use the Needleman–Wunsch_algorithm. Sinds python has some bioinformatic libs, they can be done there. It can be done in Perl, of course, but then the algorithm needs to be coded.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How to match more than 32766 times in regex?
by karlgoethebier (Abbot) on Dec 02, 2015 at 09:55 UTC | |
by FreeBeerReekingMonk (Deacon) on Dec 02, 2015 at 23:36 UTC | |
Re^5: How to match more than 32766 times in regex?
by rsFalse (Chaplain) on Dec 01, 2015 at 22:26 UTC | |
by Anonymous Monk on Dec 02, 2015 at 02:12 UTC | |
by Anonymous Monk on Dec 02, 2015 at 03:28 UTC | |
by Anonymous Monk on Dec 02, 2015 at 04:06 UTC | |
by Anonymous Monk on Dec 02, 2015 at 06:21 UTC | |
by rsFalse (Chaplain) on Dec 02, 2015 at 16:58 UTC | |
by Anonymous Monk on Dec 02, 2015 at 17:39 UTC |