automapper ~master (2019-01-24T20:09:57Z)
Dub
Repo
splitOnCase
automapper
meta
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
Source
See Implementation
automapper
meta
functions
GetMember
splitOnCase
templates
Alias
ClassMembers
FlattenedMembers
MemberType
findOrDefault
hasNestedMember
hasSpecifiedCallable
isClass
isClassOrStruct
isPublicMember
isSpecifiedCallable
onlyOneExists