Liking cljdoc? Tell your friends :D

clodash.string

Functions that operate on Strings or Keywords.

Functions that operate on Strings or Keywords.
raw docstring

=-ignoring-whitespaceclj

(=-ignoring-whitespace a b)

all-whitespace?clj

(all-whitespace? s)

as-strclj

(as-str)
(as-str x)

decamelizeclj

(decamelize s)

decode-stringclj

(decode-string s)

domain-nameclj

(domain-name host-name)

empty-strclj

(empty-str x)

Returns nil if x is empty or nil, otherwise x as a string

Returns nil if x is empty or nil, otherwise x as a string
raw docstring

equals-ignore-case?clj

(equals-ignore-case? s1 s2)

escape-regex-except-*clj


extract-numberclj

(extract-number s)

git-sha?clj

(git-sha? s)

hyphenizeclj

(hyphenize s)

hyphens->underscoresclj

(hyphens->underscores k)

keyword->hyphenated-keywordclj

(keyword->hyphenated-keyword k)

keyword->hyphenated-stringclj

(keyword->hyphenated-string k)

keyword->underscored-keywordclj

(keyword->underscored-keyword k)

keyword->underscored-stringclj

(keyword->underscored-string k)

lengthclj

(length s)

mapifyclj

(mapify s sep)

nil-or-empty-string?clj

(nil-or-empty-string? s)

nil-strclj

(nil-str x)

num-utf8-bytesclj

(num-utf8-bytes s)

parse-query-paramclj

(parse-query-param q)

parse-urlclj

(parse-url url-str)

query-stringclj

(query-string url-str)

query-urlclj

(query-url url param)

re-matches?clj

(re-matches? re s)

remove-dashesclj

(remove-dashes guid)

repeat-strclj

(repeat-str n x)

safe-string-pattern-re-findclj

(safe-string-pattern-re-find pattern string-to-match)

splitclj

(split s delim)

squash-whitespaceclj

(squash-whitespace s)

starts-with?clj

(starts-with? s sub-string)

stringify-map-valuesclj

(stringify-map-values the-map)

strip-whitespaceclj

(strip-whitespace s)

truncateclj

(truncate s n)

truncate-utf8-bytesclj

(truncate-utf8-bytes s n)

underscores->hyphensclj

(underscores->hyphens k)

urldecodeclj

(urldecode s)

utf8-bytesclj

(utf8-bytes s)

utf8-charsetclj


uuid+timestamp?clj

(uuid+timestamp? s)

uuid?clj

(uuid? s)

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

× close