diff options
| author | Adolfo OchagavĂa <aochagavia92@gmail.com> | 2014-05-24 12:24:50 +0200 |
|---|---|---|
| committer | Adolfo OchagavĂa <aochagavia92@gmail.com> | 2014-05-24 12:44:36 +0200 |
| commit | f7ccae5f158cbbb7b910e59befb293e262d3dc1b (patch) | |
| tree | 31e18fa685b98203f6290afd933f6fca8e1ceaf2 /src/libsyntax/util | |
| parent | 6cf430147e35bbf902cf4539349621ed559d0ddb (diff) | |
| download | rust-f7ccae5f158cbbb7b910e59befb293e262d3dc1b.tar.gz rust-f7ccae5f158cbbb7b910e59befb293e262d3dc1b.zip | |
Rename functions in Ascii
Some functions implemented for the Ascii struct have the same functionality as other functions implemented for the normal chars. For consistency, I think they should have the same name, so I renamed the functions in Ascii to match the names in the Char trait. * Renamed `to_lower` to `to_lowercase` * Renamed `to_upper` to `to_uppercase` * Renamed `is_alpha` to `is_alphabetic` * Renamed `is_alnum` to `is_alphanumeric` * Renamed `is_lower` to `is_lowercase` * Renamed `is_upper` to `is_uppercase` [breaking-change]
Diffstat (limited to 'src/libsyntax/util')
0 files changed, 0 insertions, 0 deletions
