Macro xregex

Source
macro_rules! xregex {
    ($l:literal) => { ... };
    ($l:literal,$d_bytes:literal) => { ... };
}
Expand description

construct XRegex with the following arguments: $l - regex string literal, $d_bytes - the byte string literal of delimiter