pub fn check_syntax(s: &str) -> Result<(), BadSlug>
Check the string s to see if it would be valid as a slug
s
This is a low-level method for special cases. Usually, use Slug::new etc.
Slug::new