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
(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
(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
(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
(subs-to match s)
Returns the substring of 's' up until the 'match'
Returns the substring of 's' up until the 'match'
(true-string? s)
True if 's' is the string literal 'true'
True if 's' is the string literal 'true'
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close