Hello,
  I work with text files that are, at times, too large to read in all
at one time.  In searching for a way to read in only part of the file
I came across
http://meshy.org/2009/12/13/widefinder-2-with-clojure.html

I am only interested in the chunk-file and read-lines-range functions.

My problem is that I would like to change chunk-file, so that instead
of looking for the next line break, it would look for some regular
expression (to be given as part of the function call), and would then
report the position of the first character of every instance of that
regular expression.

After working on this for a couple of days I am raising the white
flag.  Is there someone that can help me with this?

Thanks.



-- 
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

Reply via email to