Function wax::is_meta_character[][src]

pub const fn is_meta_character(x: char) -> bool
Expand description

Returns true if the given character is a meta-character.

This function does not return true for contextual meta-characters that may only be escaped in particular contexts, such as hyphens - in character class expressions.