Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
casecmp method : casecmp « String « Ruby
Ruby
String
casecmp
casecmp method
"a"
.casecmp
"A"
# => 0
Related examples in the same category
1.
Case insensitive comparison. (ASCII text only)