phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
isCapitalized
string_ex
Check if
s
starts with a capital letter. TODO make nothrow by not using front
bool
isCapitalized
(
S
)
(
S
s
)
if
(
isSomeString
!
S
)
Meta
Source
See Implementation
string_ex
functions
isCapitalized
isCapitalizedEasy
isMultiWord
isNameCapitalized
quotedWords
Check if s starts with a capital letter. TODO make nothrow by not using front