Liking cljdoc? Tell your friends :D

scicloj.tcutils.strings


clean-up-punctuationclj

(clean-up-punctuation string)

to-asciiclj

(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.
raw docstring

to-clean-keywordclj

(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)
raw docstring

to-kebab-caseclj

(to-kebab-case string)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close