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