class Regextest::Front::CaseFolding

Range of Unicode

Constants

CASE_FOLDING_HASH

case folding hash [codepoint] => [[mapping_1], …]

Public Class Methods

ignore_case(letter_array) click to toggle source

return case foldings

# File lib/regextest/front/case-folding.rb, line 7
def self.ignore_case(letter_array)
  CASE_FOLDING_HASH[letter_array]
end