>>>>> "Maurício" == briqueabraque <Maur> writes:
Maurício> Hi,
Maurício> I've been looking for a language where I can do regular
expressions in
Maurício> Windows. Scsh seems to be nice, but, in all examples I've seen on the
Maurício> documentation or in external modules, I only see regular expressions
used in
Maurício> small strings, but I need to search big files (500Mb) for several
matchs of
Maurício> a regular expressions. How do you suggest me to do that in
scsh/scheme,
Maurício> using either the scsh way or other modules?
Just read the file in line by line. You probably want to use
PORT-FOLD, READ-LINE, and REGEXP-SEARCH.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
|