Handbook
Glossary
regexp-test ( a -- b )
Vocabulary
tools
.
deploy
.
test
.
13
Inputs
a
an
object
Outputs
b
an
object
Definition
USING:
kernel
regexp
;
IN:
tools.deploy.test.13
:
regexp-test
( a -- b )
<regexp>
"xyz"
swap
matches?
;