Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3
/
capitalizeStringNullable
capitalize
String
Nullable
common
fun
capitalizeStringNullable
(
str
:
String
?
)
:
String
?
(
source
)
Capitalize the first letter of string.
Return
nullable String
Parameters
str
String to be capitalized
See also
capitalize
String