skipSpace

fnIStr skipSpace(ref inout(char)[] str) @safe nothrow @nogc

Skips over the next space in the string, returning the substring before the space and updating the input string to start after the space.