tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
toUpper
tango
text
Ascii
Convert to uppercase. Returns the converted content in dst.
char
[]
toUpper
(char[] src)
char
[]
toUpper
(const(char[]) src, char[] dst)
char
[]
toUpper
(
const
(
char
[])
src
,
char
[]
dst
)
Meta
Source
See Implementation
tango
text
Ascii
functions
compare
icompare
isearch
main
toLower
toUpper
Convert to uppercase. Returns the converted content in dst.