Hello, I am completely stuck on this error, any help would be appreciated... google was not helpful (too many useless matches for "D <error>").
import std.string, std.algorithm, std.conv, std.ctype, std.regex, std.range, std.stdio;// blah blah blahauto words = split(sentence, regex("[ \t,.;:?]+"));// blah blah blah
main.d:34: Error: std.string.split at /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../include/d2/4.5.1/std/string.d:69 conflicts with std.regex.split(String) at /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../include/d2/4.5.1/std/regex.d:3096