pub fn name_slug_regex() -> &'static RegexExpand description
Returns a reference to the compiled NAME_SLUG_REGEX pattern.
Compiled once on first call, cached via OnceLock.
pub fn name_slug_regex() -> &'static RegexReturns a reference to the compiled NAME_SLUG_REGEX pattern.
Compiled once on first call, cached via OnceLock.