godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
camelToSnake
godot
d
string
Convert camelCase to Godot-style snake_case.
Preserves leading underscore.
T
camelToSnake
(
T
)
(
in
T
inputStr
)
if
(
isSomeString
!
T
)
Meta
Source
See Implementation
godot
d
string
functions
camelToSnake
snakeToCamel
Convert camelCase to Godot-style snake_case.
Preserves leading underscore.