Re: Finding occurences of many strings in another

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.

.



Relevant Pages

  • Re: md5 encryption
    ... it is technically possible to get the original string but near ... Space: disk usage analysis tool ... Prev by Date: ...
    (alt.php)
  • Re: str_ireplace
    ... if you don't want to convert the original string just do ... $var = 'SomE STrinG'; ... > - Nicolaas ... Prev by Date: ...
    (comp.lang.php)
  • Re: Using Regex with backslashes
    ... it seems to be ignoring the fact that there are ... backslashes in the original string. ... Prev by Date: ...
    (perl.beginners)