mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
17 lines
375 B
Markdown
17 lines
375 B
Markdown
# Char Library
|
|
|
|
The `(scheme char)` library provides the procedures for dealing with characters.
|
|
|
|
For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.pdf).
|
|
|
|
- `char-alphabetic?`
|
|
- `char-downcase`
|
|
- `char-lower-case?`
|
|
- `char-numeric?`
|
|
- `char-upcase`
|
|
- `char-upper-case?`
|
|
- `char-whitespace?`
|
|
- `digit-value`
|
|
- `string-upcase`
|
|
- `string-downcase`
|
|
|