Constant NON_ALPHANUMERIC
pub const NON_ALPHANUMERIC: &'static AsciiSet;Available on crate feature
net only.Expand description
Everything that is not an ASCII letter or digit.
This is probably more eager than necessary in any context.