pub const SPACE: &str = " ";
A single space character. This constant is used to represent a space character in string/// or byte operations.