Hi all,
After clearing the initial roadblocks, I tried to use the library.
Being used to irregex I naively typed away and got this:
(define m (regexp-match '(seq ($ "x") "y") "xy"))
(rx-match-submatch m 1) => ERROR!
So, I looked up the syntax again and was confused: why does the
rx-match-submatch procedure require the input string again?