pub const SEMICOLON_SPACE: &str = "; ";
A semicolon followed by a space (; ). This constant represents a semicolon followed by a space, which is/// commonly used as a separator in formatted text.
;