Liking cljdoc? Tell your friends :D

io.jesi.backpack.string


->camelCaseclj/s

(->camelCase s)
source

->camelCase-keyclj/s

source

->kebab-caseclj/s

(->kebab-case s)
source

->kebab-case-keyclj/s

source

->proper-caseclj/s

(->proper-case s)
source

->snake_caseclj/s

(->snake_case s)
source

->snake_case-keyclj/s

source

blank?clj/s

Similar to clojure.string/blank? but returns false if given a non-string

Similar to clojure.string/blank? but returns false if given a non-string
sourceraw docstring

kebab->proper-caseclj/s

(kebab->proper-case s)
source

kebab-case->Proper-Kebab-Caseclj/s

(kebab-case->Proper-Kebab-Case kebab-case-str)
source

not-blank?clj/s

source

prefixclj/s

source

remove-prefixclj/s

(remove-prefix prefix s)
(remove-prefix prefix separator s)

Removes the prefix if the string starts with it otherwise ignores, is case sensitive

Removes the prefix if the string starts with it otherwise ignores, is case sensitive
sourceraw docstring

split-at-firstclj/s

(split-at-first value s)

Splits s at the first occurrence of value, returns nil when s is empty

Splits s at the first occurrence of value, returns nil when s is empty
sourceraw docstring

subsclj/s

(subs s start)
(subs s start end)
source

subs-incclj/s

(subs-inc match s)

Returns the substring of 's' up to and including the 'match' or nil

Returns the substring of 's' up to and including the 'match' or nil
sourceraw docstring

subs-toclj/s

(subs-to match s)

Returns the substring of 's' up until the 'match'

Returns the substring of 's' up until the 'match'
sourceraw docstring

suffixclj/s

source

true-string?clj/s

(true-string? s)

True if 's' is the string literal 'true'

True if 's' is the string literal 'true'
sourceraw docstring

uuid-str?clj/s

(uuid-str? s)

True if 's' is a string and matches the UUID format

True if 's' is a string and matches the UUID format
sourceraw docstring

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

× close