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).