Liking cljdoc? Tell your friends :D

clj-toolbox.strings

Functions for working with strings.

Note: This should not include parsing functions, those should go in modules related to what they are parsing from the string

Functions for working with strings.

Note: This should not include parsing functions, those should go in modules related to what they are parsing from the string
raw docstring

box-trimclj

(box-trim s)
source

re-has?clj

(re-has? re s)

Tests whether re matches any part of s. Returns a boolean

Tests whether re matches any part of s. Returns a boolean
sourceraw docstring

split-whitespaceclj

(split-whitespace s)
source

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

× close