Re: Bigloo Regexp: m/ /ms (now: Regular Parsing)
Sven Hartrumpf <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hi Laurent. Laurent Bloch wrote: > Here is my try on it. Besides the ugly copying operations, it seems to me > that the multiline option doesn't make what I was waiting for: finding a > pattern across a newline. Your raw-sequence-file.txt does not contain any newlines, just some ASCII codes 0. Please try replacing these 0s by real newlines (decimal 10). Ciao Sven