On Sep 6, 1:23 am, 7stud wrote:
> On Sep 6, 1:14 am, 7stud wrote:
>
>
>
> > On Sep 5, 5:29 pm, per wrote:
>
> > > On Sep 5, 7:07 pm, "Rhodri James" wrote:
>
> > > > On Sat, 05 Sep 2009 23:54:08 +0100, per wrote:
> > > > > On Sep 5, 6:42 pm, "Rhodri James" wrote:
> > > > >> On Sat, 05 Sep 2009
On Sep 6, 1:14 am, 7stud wrote:
> On Sep 5, 5:29 pm, per wrote:
>
>
>
> > On Sep 5, 7:07 pm, "Rhodri James" wrote:
>
> > > On Sat, 05 Sep 2009 23:54:08 +0100, per wrote:
> > > > On Sep 5, 6:42 pm, "Rhodri James" wrote:
> > > >> On Sat, 05 Sep 2009 22:54:41 +0100, per wrote:
> > > >> > I'm try
On Sep 5, 5:29 pm, per wrote:
> On Sep 5, 7:07 pm, "Rhodri James" wrote:
>
>
>
> > On Sat, 05 Sep 2009 23:54:08 +0100, per wrote:
> > > On Sep 5, 6:42 pm, "Rhodri James" wrote:
> > >> On Sat, 05 Sep 2009 22:54:41 +0100, per wrote:
> > >> > I'm trying to efficiently "split" strings based on wha
On Sun, 06 Sep 2009 00:29:14 +0100, per wrote:
it's exactly the same problem, except there are no constraints on the
strings. so the problem is, like you say, matching the substrings
against the string x. in other words, finding out where x "aligns" to
the ordered substrings abc, and then dete
On Sep 5, 7:07 pm, "Rhodri James" wrote:
> On Sat, 05 Sep 2009 23:54:08 +0100, per wrote:
> > On Sep 5, 6:42 pm, "Rhodri James" wrote:
> >> On Sat, 05 Sep 2009 22:54:41 +0100, per wrote:
> >> > I'm trying to efficiently "split" strings based on what substrings
> >> > they are made up of.
> >> >
On Sat, 05 Sep 2009 23:54:08 +0100, per wrote:
On Sep 5, 6:42 pm, "Rhodri James" wrote:
On Sat, 05 Sep 2009 22:54:41 +0100, per wrote:
> I'm trying to efficiently "split" strings based on what substrings
> they are made up of.
> i have a set of strings that are comprised of known substrings.
On Sep 5, 6:42 pm, "Rhodri James" wrote:
> On Sat, 05 Sep 2009 22:54:41 +0100, per wrote:
> > I'm trying to efficiently "split" strings based on what substrings
> > they are made up of.
> > i have a set of strings that are comprised of known substrings.
> > For example, a, b, and c are substrings
On Sat, 05 Sep 2009 22:54:41 +0100, per wrote:
I'm trying to efficiently "split" strings based on what substrings
they are made up of.
i have a set of strings that are comprised of known substrings.
For example, a, b, and c are substrings that are not identical to each
other, e.g.:
a = "0" * 5
I'm trying to efficiently "split" strings based on what substrings
they are made up of.
i have a set of strings that are comprised of known substrings.
For example, a, b, and c are substrings that are not identical to each
other, e.g.:
a = "0" * 5
b = "1" * 5
c = "2" * 5
Then my_string might be: