This is the cl-change-case Reference Manual, version 0.2.1.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:45:39 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-change-case
Convert strings between camelCase, param-case, PascalCase and more
Sebastian Christ
(GIT git@github.com:rudolfochrist/cl-change-case.git)
LLGPL
0.2.1.1
cl-ppcre
(system).
cl-ppcre-unicode
(system).
Modules are listed depth-first from the system components tree.
cl-change-case/src
cl-change-case
(system).
cl-change-case.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-change-case/cl-change-case.asd
cl-change-case
(system).
cl-change-case/src/cl-change-case.lisp
src
(module).
camel-case
(function).
constant-case
(function).
dot-case
(function).
header-case
(function).
lower-case
(function).
lower-case-first
(function).
no-case
(function).
param-case
(function).
pascal-case
(function).
path-case
(function).
sentence-case
(function).
snake-case
(function).
string-lower-case-p
(function).
string-upper-case-p
(function).
swap-case
(function).
title-case
(function).
upper-case
(function).
upper-case-first
(function).
+empty-string+
(special variable).
Packages are listed by definition order.
cl-change-case
change-case
common-lisp
.
camel-case
(function).
constant-case
(function).
dot-case
(function).
header-case
(function).
lower-case
(function).
lower-case-first
(function).
no-case
(function).
param-case
(function).
pascal-case
(function).
path-case
(function).
sentence-case
(function).
snake-case
(function).
string-lower-case-p
(function).
string-upper-case-p
(function).
swap-case
(function).
title-case
(function).
upper-case
(function).
upper-case-first
(function).
+empty-string+
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Transform STRING to camelCase.
Dot-separated numbers like 1.2.3 will be replaced by underscores 1_2_3
unless MERGE-NUMBERS is non-nil.
Transform STRING to CONSTANT_CASE.
Transform STRING to dot.case
Transform STRING to Header-Case
Downcase each character in STRING.
Downcase the first character in STRING.
Transform STRING to lower case space delimited. Use REPLACEMENT as delimiter.
Transform STRING to param-case
Transform STRING to Pascal Case
Transform STRING to path/case
Transform STRING to Sentence case
Transform STRING to snake_case
Tests if each character in STRING has lower case.
Test if each character in STRING has upper case.
Reverse case for each character in STRING.
Transform STRING to Title Case
Upcase each character in STRING.
Upcase the first character of STRING.
Jump to: | C D F H L N P S T U |
---|
Jump to: | C D F H L N P S T U |
---|
Jump to: | +
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
+ | |||
+empty-string+ : | Private special variables | ||
| |||
S | |||
Special Variable, +empty-string+ : | Private special variables | ||
|
Jump to: | +
S |
---|
Jump to: | C F M P S V |
---|
Jump to: | C F M P S V |
---|