<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><br><div class="im"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
4. Related to Q3: what does "xy" as that argument mean exactly?<br>
a. #rx"[xy]"<br>
b. #rx"[xy]+"<br>
c. #rx"xy"<br>
d. #rx"(?:xy)+"<br></blockquote></div><div><br>Good question. d. would be the simplest case for newbies, but b. might be more useful.<br></div></div></blockquote><div><br></div></div>It would make more sense that a string really is a string, not a set of characters.<br>
Without going as far as srfi-14, a set could be a list of strings or characters, but maybe this is not needed.<br><br>Laurent<br>