Is the number of lines known and is it fixed?
If it is then you can load the file inside a window, don't you?
Le 13 août 2013 20:32, "JvJ" <kfjwhee...@gmail.com> a écrit :

> I had some difficulty with the line seq because I was looking for
> multi-line patterns.  I'll try the char-seq thing.
>
> On Monday, 12 August 2013 18:42:18 UTC-7, Joel Holdbrooks wrote:
>>
>> You could use *line-seq* which, if I'm not mistaken, is lazy. Then do
>> your regex search line by line lazily.
>>
>> On Monday, August 12, 2013 4:25:15 PM UTC-7, JvJ wrote:
>>>
>>> Is there a way to do a regex search over an entire file without loading
>>> the file into memory?
>>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to