//! Pre-compiled regex patterns.
use LazyLock;
use Regex;
/// Matches element reference IDs like [ref=e407]
pub static REF_REGEX: =
new;
/// Matches quoted strings after element types
pub static QUOTE_REGEX: = new;
/// Matches any quoted string
pub static SIMPLE_QUOTE_REGEX: =
new;