2 lines
61 B
Text
2 lines
61 B
Text
$ txr -p '(regex-parse "a.*b")'
|
|
(compound #\a (0+ wild) #\b)
|
$ txr -p '(regex-parse "a.*b")'
|
|
(compound #\a (0+ wild) #\b)
|