(de-accent s)
Replaces accent characters with base letters
Replaces accent characters with base letters
(encode-filename unencoded-filename)
Replaces all non-ascii chars and other that the allowed punctuation with dash. UTF-8 support would have to be browser specific, see http://greenbytes.de/tech/tc2231/
Replaces all non-ascii chars and other that the allowed punctuation with dash. UTF-8 support would have to be browser specific, see http://greenbytes.de/tech/tc2231/
(temp-file prefix suffix)
(temp-file prefix suffix directory)
Creates a file that will be deleted when the JVM exits. Note: consider using with-temp-file instead!
Creates a file that will be deleted when the JVM exits. Note: consider using with-temp-file instead!
(temp-file-input-stream file)
File given as parameter will be deleted after the returned stream is closed.
File given as parameter will be deleted after the returned stream is closed.
(zip-files docs-list)
Takes list of documents containting file id, filename and file stream, returns files zipped
Takes list of documents containting file id, filename and file stream, returns files zipped
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close