splitOnCase

Undocumented in source. Be warned that the author may not have intended to support it.
package
string[]
splitOnCase
(
string str
)

Examples

unittest

static assert("fooBarBaz".splitOnCase() == ["foo", "bar", "baz"]);

Meta