Handbook
Glossary
>title ( str -- title )
ASCII
Prev:
>upper ( str -- upper )
Vocabulary
ascii
Inputs
str
a
string
Outputs
title
a
string
Word description
Converts a string to title case.
Definition
USING:
sequences
;
IN:
ascii
:
>title
( str -- title )
>words
[
capitalize
]
map
concat
;