Creating & Conversion
10Coerce to char
functioncljs.core
Formats a string using goog.string.format.
functioncljs.core
Returns a Keyword with the given namespace and name. Do not use : in the keyword strings, it will be added automaticall...
functioncljs.core
Returns the name String of a string, symbol or keyword.
functioncljs.core
Parse strings "true" or "false" and return a boolean, or nil if invalid. Note that this explicitly excludes strings with...
functioncljs.core
Parse string with floating point components and return a floating point value, or nil if parse fails. Grammar: https://d...
functioncljs.core
Parse string of decimal digits with optional leading -/+ and return an integer value, or nil if parse fails
functioncljs.core
Parse a string representing a UUID and return a UUID instance, or nil if parse fails. Grammar: https://docs.oracle.com/j...
functioncljs.core
With no args, returns the empty string. With one arg x, returns x.toString(). (str nil) returns the empty string. With ...
macrocljs.core
Returns a Symbol with the given namespace and name. Arity-1 works on strings, keywords, and vars.
functioncljs.core