eliminate junk from std.string?

Dmitry Olshansky dmitry.olsh at gmail.com
Tue Jan 11 13:56:05 PST 2011


On 12.01.2011 0:47, Jerry Quinn wrote:
> Jerry Quinn Wrote:
>
>> One set of functions I'd like to see are startsWith() and endsWith().  I find them frequently useful in Java and an irritating lack in the C++ standard library.
> Just adding that these functions are useful because they're more efficient than doing a find and checking that the match is in the first position.
>
> Jerry
>
Those are present in std.algorithm and seem to work just fine. What's 
wrong with them?

-- 
Dmitry Olshansky



More information about the Digitalmars-d mailing list