Function brush_parser::pattern::regex_char_needs_escaping
source · pub fn regex_char_needs_escaping(c: char) -> boolExpand description
Returns whether or not a given character needs to be escaped in a regular expression.
§Arguments
c- The character to check.