src/nimjsonpkg/utils
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Procs
headUpper
headUpper(str: string): string
Procs
func
headUpper
(
str
:
string
)
:
string
{.
...
raises
:
[
]
,
tags
:
[
]
,
forbids
:
[
]
.}
Returns a string with the first character converted to uppercase, not UpperCamelCase.