godot-d ~master (2021-09-08T21:50:27Z)
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.