mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
15 lines
289 B
Markdown
15 lines
289 B
Markdown
# Char Library
|
|
|
|
The `(scheme char)` library provides the procedures for dealing with characters.
|
|
|
|
- `char-alphabetic?`
|
|
- `char-downcase`
|
|
- `char-lower-case?`
|
|
- `char-numeric?`
|
|
- `char-upcase`
|
|
- `char-upper-case?`
|
|
- `char-whitespace?`
|
|
- `digit-value`
|
|
- `string-upcase`
|
|
- `string-downcase`
|
|
|