std.string and std.algorithm: what to do?

John C johnch_atms at hotmail.com
Thu May 14 08:50:59 PDT 2009


Andrei Alexandrescu Wrote:

> Cool! So then how do I rename find, ifind, rfind, and irfind in std.string?
> 
> Andrei

indexOf(bool ignoreCase = false), lastIndexOf(bool ignoreCase = false).



More information about the Digitalmars-d mailing list