Public Vars

Back

parse-long (clj)

(source)

function

(parse-long s)
Parse string of decimal digits with optional leading -/+ and return a Long value, or nil if parse fails

Examples