Handbook
Glossary
camel-case>underscore-separated ( str -- str' )
Vocabulary
gobject-introspection
.
ffi
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
ascii
kernel
sequences
splitting.monotonic
;
IN:
gobject-introspection.ffi
:
camel-case>underscore-separated
( str -- str' )
[
word-started?
not
]
monotonic-split
"_"
join
>lower
;