toUpper

Convert to uppercase. Result is written to resized buffer.

  1. mstring toUpper(mstring src)
  2. mstring toUpper(cstring src, mstring dst)
    mstring
    toUpper
    (
    cstring src
    ,
    ref mstring dst
    )

Parameters

src cstring

text to convert

dst mstring

buffer to write result to

Return Value

Type: mstring

slice of dst after conversion

Meta