Liking cljdoc? Tell your friends :D

cljmd.unicode


foldclj

String with Unicode case folded downwards.

String with Unicode case folded downwards.
sourceraw docstring

folding-mappingsclj

Hash of characters which case-fold to more than one character. Keys are the characters, values are strings of the characters to fold to. Source: https://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt

Hash of characters which case-fold to more than one character. Keys are the
characters, values are strings of the characters to fold to.
Source: https://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt
sourceraw docstring

reverse-folding-mappingsclj

Hash of characters which case-fold to more than one character. Keys are the strings of the characters to fold to, values are the characters themselves in string format. Source: https://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt

Hash of characters which case-fold to more than one character. Keys are the
strings of the characters to fold to, values are the characters themselves in
string format.
Source: https://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt
sourceraw docstring

unfoldclj

(unfold string)

Set of strings containing all possible combinations of replacing sequences of characters with the character they fold from.

Set of strings containing all possible combinations of replacing sequences of
characters with the character they fold from.
sourceraw docstring

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

× close