USING: io kernel regexp.private sequences ; IN: regexp : re-replace ( string regexp replacement -- result ) [ [ subseq ] (re-split) ] dip join ; readln string>string regexp
1f3g4h
./prog.factor
6: readln string>string
^
No word named “string>string” found in current vocabulary search path