godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
camelToSnake
godot
util
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
godot
util
string
functions
camelToSnake
snakeToCamel
Convert camelCase to Godot-style snake_case.
Preserves leading underscore.