RosettaCodeData/Task/Regular-expressions/TXR/regular-expressions-3.txr
2014-04-02 16:56:35 +00:00

2 lines
61 B
Text

$ txr -p '(regex-parse "a.*b")'
(compound #\a (0+ wild) #\b)