I can't find documentation for the (ice-9 regex) module in Guile 1.9.10. Specifically, I looked in the info pages and couldn't find anything on it (or regular expressions in general).
Then I tried using the on-line documentation, but running `,describe (@ (ice-9 regex) string-match)` produces `#f`. (`,describe make-regexp` and `,describe regexp-exec` returned information, but it's not useful unless you can find out what a match object is, which is what lead me to this problem) Thank you Noah Lavine
