macro_rules! xregex { ($l:literal) => { ... }; ($l:literal,$d_bytes:literal) => { ... }; }
construct XRegex with the following arguments: $l - regex string literal, $d_bytes - the byte string literal of delimiter