30 Strings
(require unstable/string) |
This library is unstable; compatibility will not be maintained. See Unstable: May Change Without Warning for more information.
(lowercase-symbol! sb) → symbol? sb : (or/c string? bytes?)
Returns sb as a lowercase symbol.
(read/string s) → serializable? s : string?
reads a value from s and returns it.
(write/string v) → string? v : serializable?
writes v to a string and returns it.