KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent
/
io.github.yuroyami.kitetorrent.util
/
StringUtil
/
toLowerAscii
to
Lower
Ascii
fun
toLowerAscii
(
s
:
String
)
:
String
ASCII-only lower-cased copy of
s
; locale-independent, unlike
String.lowercase
.