diamond.core.string

Copyright © DiamondMVC 2019

Members

Functions

firstToLower
TString firstToLower(TString s)

Converts the first character of a string to lowercase.

firstToUpper
TString firstToUpper(TString s)

Converts the first character of a string to uppercase.

splitIntoGroupedWords
string[] splitIntoGroupedWords(string input)

Splits a string input into grouped words.

Meta

Authors

Jacob Jensen (bausshf)