munge
is an expose but undocumented method in clojure.core
library.
This is an example usage:
Explanation is cheap, show me the source!
To sum up, it’s a nice function probably used to
- Make java-digestible names. The munged string is then Java-safe.
- Make a string from runtime as persist file name.