cyclone/docs/api/scheme/char.md
2016-09-29 00:15:26 -04:00

375 B

Char Library

The (scheme char) library provides the procedures for dealing with characters.

For more information see the R7RS Scheme Specification.

  • char-alphabetic?
  • char-downcase
  • char-lower-case?
  • char-numeric?
  • char-upcase
  • char-upper-case?
  • char-whitespace?
  • digit-value
  • string-upcase
  • string-downcase