string_ex

Undocumented in source.

Members

Functions

isCapitalized
bool isCapitalized(S s)

Check if s starts with a capital letter. TODO make nothrow by not using front

isCapitalizedEasy
bool isCapitalizedEasy(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
isMultiWord
auto isMultiWord(const(char)[] s)

Check if s contains more than one word.

isNameCapitalized
bool isNameCapitalized(S s)

Return true if s has proper name-style capitalization, such as in Alpha Centauri.

quotedWords
S[] quotedWords(S s, string quoteBeginChar, string quoteEndChar)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta