Re: Finding occurences of many strings in another
- From: "Spondishy" <spondishy@xxxxxxxxxxxxx>
- Date: 31 Aug 2005 13:05:50 -0700
Thanks for the quick response. To add more complexity what if the
string was
string source = "The cow jumped over the moon and then jumped higher";
string[] needles = new string[] {"cow", "jumped", "jumped over"};
This should pass because "jumped" and "jumped over" occur in the
original string.
.
- Follow-Ups:
- Re: Finding occurences of many strings in another
- From: Andrew Kirillov
- Re: Finding occurences of many strings in another
- References:
- Finding occurences of many strings in another
- From: Spondishy
- Re: Finding occurences of many strings in another
- From: Andrew Kirillov
- Finding occurences of many strings in another
- Prev by Date: Re: using UpdateResource() with PInvoke
- Next by Date: Re: Finding occurences of many strings in another
- Previous by thread: Re: Finding occurences of many strings in another
- Next by thread: Re: Finding occurences of many strings in another
- Index(es):
Relevant Pages
|