pub type LazyRegex = LazyLock<Regex>;
Convenient type alias for a lazy regex.
pub struct LazyRegex { /* private fields */ }