skipValue

fnIStr skipValue(ref inout(char)[] str, IStr sep, bool canSkipExtra = false) @safe nothrow @nogc

Skips over the next occurrence of the specified separator in the string, returning the substring before the separator and updating the input string to start after the separator.

fnIStr skipValue(ref inout(char)[] str, char sep, bool canSkipExtra = false) @safe nothrow @nogc

Skips over the next occurrence of the specified separator in the string, returning the substring before the separator and updating the input string to start after the separator.