Handbook
Glossary
>camelcase ( str -- str' )
Vocabulary
tokencase
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
tokencase.private
unicode
;
IN:
tokencase
:
>camelcase
( str -- str' )
[
>lower
]
[
>title
]
""
case2
;