On 7/25/12, Jonathan M Davis <jmdavisProg at gmx.com> wrote: > As the documentation says, the > problem > was that it was just too easily confused with std.string.indexOf which is > subtlely different. I've always wondered how it's different? Using countUntil on strings seems to work ok for me, or should I be using string.indexOf?