cyclone/docs/api/scheme/char.md
2016-01-14 02:34:18 -05:00

289 B

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