StringSearch.strEnsureLower

Ensures "str" is all lower case, allocates new copy and converts it otherwise.

struct StringSearch(bool wide_char = false)
static
alias strEnsureLower = charConvDup!(toLower)

Return Value

converted/verified string

Meta