RosettaCodeData/Task/Regular-expressions/TXR/regular-expressions-3.txr
2023-07-01 13:44:08 -04:00

2 lines
61 B
Text

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