pub const HASH: &str = "#";
A hash symbol (#). This constant represents the hash character, which is used to/// identify a fragment or anchor in a URL.
#