fun beEqualIgnoreCase(other: Char): Matcher<Char>
fun beInRange(range: CharRange): Matcher<Char>
fun between(from: Char, to: Char): Matcher<Char>