Function regex_syntax::unicode::contains_simple_case_mapping [−][src]
pub fn contains_simple_case_mapping(start: char, end: char) -> bool
Returns true if and only if the given (inclusive) range contains at least one Unicode scalar value that has a non-empty non-trivial simple case mapping.
This function panics if end < start
.