Programming

(Racket) regular expression

steloflute 2015. 4. 2. 23:30

> (regexp-match #px"(\\d+) (\\S+)" "foo123 bar ")
'("123 bar" "123" "bar")