This is the wu-sugar Reference Manual, version 1.0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 08:06:49 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
wu-sugar
A minimal utility library of string, file, and date functions.
Wukix Inc <engineering@wukix.com>
BSD
A minimal utility library of string, file, and date functions. For example, STR provides string concatenation.
1.0.2
wu-sugar.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
wu-sugar/wu-sugar.lisp
wu-sugar
(system).
&
(function).
ends-with-p
(function).
file-to-string
(function).
format-universal-time-iso
(function).
hash
(function).
join
(function).
split
(function).
starts-with-p
(function).
str
(function).
string-to-file
(function).
universal-time-to-iso
(function).
Packages are listed by definition order.
wu-sugar
common-lisp
.
&
(function).
ends-with-p
(function).
file-to-string
(function).
format-universal-time-iso
(function).
hash
(function).
join
(function).
split
(function).
starts-with-p
(function).
str
(function).
string-to-file
(function).
universal-time-to-iso
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
(concatenate ’string ...) with less typing. Note: deprecated in favor of STR.
Format a universal time as an ISO 8601 / RFC 3339 date. Use with format, e.g. (format t "~/wu-sugar:format-universal-time-iso/" (get-universal-time)). If at-sign is supplied, time will be given in local time rather than UTC.
Make a hash table from key/value argument pairs.
Concatenates STRINGS, joining them by SEPARATOR.
Splits STRING by one or more delimiter characters, returning a list.
Returns an ISO 8601 / RFC 3339 formatted date/time string either in UTC (the default), or the local time zone.
Jump to: | &
E F H J S U |
---|
Jump to: | &
E F H J S U |
---|
Jump to: | F P S W |
---|
Jump to: | F P S W |
---|