Skip to content

Commit

Permalink
Rollup merge of rust-lang#39659 - zackw:asciiext-ctype, r=alexcrichton
Browse files Browse the repository at this point in the history
Add equivalents of C's <ctype.h> functions to AsciiExt.

 * `is_ascii_alphabetic`
 * `is_ascii_uppercase`
 * `is_ascii_lowercase`
 * `is_ascii_alphanumeric`
 * `is_ascii_digit`
 * `is_ascii_hexdigit`
 * `is_ascii_punctuation`
 * `is_ascii_graphic`
 * `is_ascii_whitespace`
 * `is_ascii_control`

This addresses issue rust-lang#39658.

Lightly tested on x86-64-linux.  tidy complains about the URLs in the documentation making lines too long, I don't know what to do about that.
  • Loading branch information
frewsxcv committed Feb 14, 2017
2 parents 6e3c54f + 162240c commit de69cb8
Showing 1 changed file with 858 additions and 0 deletions.
Loading

0 comments on commit de69cb8

Please sign in to comment.