Public Vars

Back

subs (clj)

(source)

function

(subs s start) (subs s start end)
Returns the substring of s beginning at start inclusive, and ending at end (defaults to length of string), exclusive.

Examples