[][src]Constant lightspeed_cms::model::content::SLUG_VALIDATION_REGEX

pub const SLUG_VALIDATION_REGEX: &str = r#"^[a-z0-9]+(?:-[a-z0-9]+)*$"#;