scicloj.tcutils.strings

clean-up-punctuation

(clean-up-punctuation string)

to-ascii

(to-ascii string)

Removes diacritic marks and any non-ascii characters from the given string.

to-clean-keyword

(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

to-kebab-case

(to-kebab-case string)