Skip to main content

patmatchrange

Function patmatchrange 

Source
pub fn patmatchrange(range: &[char], ch: char, igncase: bool) -> bool
Expand description

Check if character matches a character range element (from pattern.c patmatchrange)