godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
camelToSnake
godotutil
string
Convert camelCase to Godot-style snake_case.
Preserves leading underscore.
nothrow
T
camelToSnake
(
T
)
(
in
T
inputStr
)
if
(
isSomeString
!
T
)
Meta
Source
See Implementation
godotutil
string
functions
camelToSnake
snakeToCamel
Convert camelCase to Godot-style snake_case.
Preserves leading underscore.