pub fn extract_fragment(input: &str) -> Option<String>
Extracts the fragment without the leading # when present.
#