[Issue 9103] find should work with multiple needles which are elements rather than ranges
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Dec 2 04:12:55 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9103
--- Comment #3 from github-bugzilla at puremagic.com 2012-12-02 04:12:50 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/20341b4980365f2271d53a5202a76f587d080713
Implement issue# 9103.
find should work with multiple needles which are a combination of
elements and ranges rather than just all ranges - just like startsWith
and endsWith do - and since that overload of find calls startsWith, it's
trivial to make it take the same types of arguments as startsWith.
https://github.com/D-Programming-Language/phobos/commit/a7b3164de1e7d637cd9e21eb5c981825acccf02d
Merge pull request #988 from jmdavis/9103
Implement issue# 9103.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list