tango ~master (2025-06-29T14:40:56.0544651)
Dub
Repo
toLower
tango
text
Ascii
Convert to lowercase. Returns the converted content in dst.
char
[]
toLower
(char[] src)
char
[]
toLower
(const(char[]) src, char[] dst)
char
[]
toLower
(
const
(
char
[])
src
,
char
[]
dst
)
Meta
Source
See Implementation
tango
text
Ascii
functions
compare
icompare
isearch
main
toLower
toUpper
Convert to lowercase. Returns the converted content in dst.