pub const POINT: &str = ".";
A point character (.). This constant represents the period or dot character, which is/// often used as a separator in file names or domain names.
.