February 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17205

          Issue ID: 17205
           Summary: std.algorithm.iteration.splitter: should support
                    multiple separators
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: greeenify@gmail.com

A lot of function in std.algorithm support variadic arguments (e.g. find, startsWith, endsWith, ...). Splitter could be one of them as well.

See e.g. this discussion for a initial motivation:

http://forum.dlang.org/post/yyjunvhehpteqhanriko@forum.dlang.org

--