We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b485926 commit e896d22Copy full SHA for e896d22
README.md
@@ -1067,6 +1067,7 @@ Comparison:
1067
##### `String#casecmp` vs `String#casecmp?` vs `String#downcase + ==` [code](code/string/casecmp-vs-downcase-==.rb)
1068
1069
`String#casecmp?` is available on Ruby 2.4 or later.
1070
+Note that `String#casecmp` only works on characters A-Z/a-z, not all of Unicode.
1071
1072
```
1073
$ ruby -v code/string/casecmp-vs-downcase-\=\=.rb
0 commit comments