Re: Bigloo Regexp: m/ /ms
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Organization | Inria |
| Message-ID | <[email protected]> |
Hi Laurent, > Well, I don't see how to manage the multi-line behaviour: is there a way > to have an input port as the text argument to pregexp-match-positions, > for instance? Hum. I'm not sure about what you want. Do you want to use regular expressions on a text (i.e., a string) or on a file? For parsing on a file, I would advise to use read/rp, which is multiline. Cheers, -- Manuel