org.clojars.number23.commons-lib.io documentation

parse-int

(parse-int s)
Parse string into int.

processing-file

(processing-file file func)
Process a file by line with func.

prompt-re

(prompt-re prompt re)
Re is Pattern, return the match.

prompt-read

(prompt-read prompt)
Return String
from http://thinkrelevance.com/blog/2008/09/16/pcl-clojure-chapter-3.html.

split-str-with-comma

(split-str-with-comma s)
Return a vec

with-err-str

(with-err-str & body)
Evaluates exprs in a context in which *err* is bound to a fresh
StringWriter.  Returns the string created by any nested printing
calls.

y-or-n

(y-or-n prompt)
Return true if input y, n return false
from http://thinkrelevance.com/blog/2008/09/16/pcl-clojure-chapter-3.html.