Liking cljdoc? Tell your friends :D

slugger.conversions


convert-accented-entitiesclj

(convert-accented-entities text)

Convert html accent entities to correct 7bit ascii version

Convert html accent entities to correct 7bit ascii version
sourceraw docstring

convert-currencyclj

(convert-currency text)

Convert misc money values with cents to text.

Convert misc money values with cents to text.
sourceraw docstring

convert-misc-charactersclj

(convert-misc-characters text)
source

convert-misc-entitiesclj

(convert-misc-entities text)
source

convert-normalclj

(convert-normal text)

Convert various symbols to spelled out English

Convert various symbols to spelled out English
sourceraw docstring

convert-rulesclj

(convert-rules text rules)

Convert text by applying rules.

Rules is a map consisting of a regex as the key and the string as the replacement value.

Convert text by applying rules.

Rules is a map consisting of a regex as the key and the string as the replacement value.
sourceraw docstring

CURRENCY_RULESclj

source

ENTITY_RULESclj

source

NORMAL_RULESclj

source

unidecodeclj

(unidecode text)

Create 7-bit ascii version of unicode string.

Create 7-bit ascii version of unicode string.
sourceraw docstring

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

× close