godot-d v0.0.7 (2018-11-02T21:25:15Z)
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.