From: danjameslesser@... Date: 2015-05-29T09:00:18+00:00 Subject: [ruby-core:69415] [Ruby trunk - Bug #11197] [Open] POSIX matchers broken in Regexp Issue #11197 has been reported by Dan Lesser. ---------------------------------------- Bug #11197: POSIX matchers broken in Regexp https://bugs.ruby-lang.org/issues/11197 * Author: Dan Lesser * Status: Open * Priority: Low * Assignee: * ruby -v: 2.1.5 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- The POSIX matchers [[:alnum:]] and [[:alpha:]] in the Regexp class seem to be broken, as they successfully match all characters in the (example) string "����������������������������������������������������". -- https://bugs.ruby-lang.org/