Handbook
Glossary
sanitize ( title -- title' )
Vocabulary
youtube
Inputs
title
an
object
Outputs
title'
an
object
Definition
USING:
math.order
sequences
;
IN:
youtube
:
sanitize
( title -- title' )
[
0 31
between?
]
reject
[
"\"#$%'*,./:;<>?^|~\\"
member?
]
reject
200
index-or-length
head
;