Constant ALWAYS_REPLACED_OR_FILTERED_CHARS

Source
pub const ALWAYS_REPLACED_OR_FILTERED_CHARS: &str;
Expand description

A set of characters that is always replaced or filtered and will never appear in the output stream. Please note that additionally to the above : all is_whitespace() characters are always replaced by space and all is_control() characters are always filtered.