use Regex;
/// Returns compiled word boundary regex.
///
/// # Panics
/// Panics if an invalid wildcard regex is provided.
// Renaming is a breaking change.
/// Returns compiled wildcard regex.
///
/// # Panics
/// Panics if an invalid wildcard regex is provided.
// Renaming is a breaking change.