Handbook
Glossary
escape-uri-component-char? ( ch -- ? )
Vocabulary
urls
.
encoding
Inputs
ch
an
object
Outputs
?
an
object
Definition
USING:
ascii
combinators.short-circuit
kernel
sequences
;
IN:
urls.encoding
:
escape-uri-component-char?
( ch -- ? )
{
[
letter?
]
[
LETTER?
]
[
digit?
]
[
"-_.!~*'()"
member?
]
}
1||
not
;
foldable
flushable