Re: File and Regex Utils

2009-10-12 Thread Robert Stehwien
> While doing some scripting and as a learning I put together some file and > regex utilities. Reading though parts of clojure-contrib was a great eye > opener. Still needs some cleanup, doc, and maybe a few more functions. I > could wrap all the java.io.File functions but most are just a thin w

File and Regex Utils

2009-10-11 Thread Robert Stehwien
While doing some scripting and as a learning I put together some file and regex utilities. Reading though parts of clojure-contrib was a great eye opener. Still needs some cleanup, doc, and maybe a few more functions. I could wrap all the java.io.File functions but most are just a thin wrapper;