Liking cljdoc? Tell your friends :D

winton-utils.number.conversions


parse-integerclj/s

(parse-integer s)

Parse a string int into an int. The regexp check is for security since read-string can evaluate arbitrary code.

Parse a string int into an int.
The regexp check is for security since read-string can evaluate arbitrary code.
sourceraw docstring

parse-numberclj/s

(parse-number s)

Parse a string into a number

Parse a string into a number
sourceraw docstring

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

× close