From: rringler@... Date: 2016-09-24T02:34:46+00:00 Subject: [ruby-core:77375] [Ruby trunk Feature#12786] String#casecmp? Issue #12786 has been reported by Ryan Ringler. ---------------------------------------- Feature #12786: String#casecmp? https://bugs.ruby-lang.org/issues/12786 * Author: Ryan Ringler * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Description I would find String#casecmp? convenience method handy. I don't believe I've ever called String#casecmp without chaining #zero? to the result. ```ruby 'abc'.casecmp?('ABC') #=> true 'abc'.casecmp?('DEF') #=> false ``` ---Files-------------------------------- string_casecmp_.patch (4.89 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: