pub const fn regex_char_needs_escaping(c: char) -> bool
Returns whether or not a given character needs to be escaped in a regular expression.
c