Handbook
Glossary
remove-set-and-num ( string -- string' )
Vocabulary
scryfall
Inputs
string
an
object
Outputs
string'
an
object
Definition
USING:
kernel
math.parser
sequences
sequences.generalizations
splitting
;
IN:
scryfall
:
remove-set-and-num
( string -- string' )
" "
split
dup
2
?lastn
[
paren-set?
]
[
string>number
]
bi*
and
[
2
head*
]
when
" "
join
;