(clean-up-punctuation string)(to-ascii string)Removes diacritic marks and any non-ascii characters from the given string.
Removes diacritic marks and any non-ascii characters from the given string.
(to-clean-keyword val)Takes any value and converts it to a clean, kebab-cased keyword. The meaning of "clean" is
borrowed from the implementation in R's janitor package here
Takes any value and converts it to a clean, kebab-cased keyword. The meaning of "clean" is borrowed from the [implementation in R's `janitor` package here](https://github.com/sfirke/janitor/blob/80cd1eb4d5abf360ad68780654204e94a2303046/R/make_clean_names.R#L254-L263)
(to-kebab-case string)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |