Skip to main content

name_slug_regex

Function name_slug_regex 

Source
pub fn name_slug_regex() -> &'static Regex
Expand description

Returns a reference to the compiled NAME_SLUG_REGEX pattern. Compiled once on first call, cached via OnceLock.