StringSearch.strToUpper

Converts "str" in-place to upper case.

struct StringSearch(bool wide_char = false)
static
alias strToUpper = charConv!(toUpper)

Return Value

converted string

Meta