StringSearch.strToLower

Converts "str" in-place to lower case.

struct StringSearch(bool wide_char = false)
static
alias strToLower = charConv!(toLower)

Return Value

converted string

Meta