Parse a hex regex token result into a pattern.
In TypeScript, binary regex matching is implemented by converting bytes to Latin-1 strings. This mimics Rust's regex::bytes::Regex behavior where each byte 0-255 maps to a character.
Parse a hex regex token result into a pattern.
In TypeScript, binary regex matching is implemented by converting bytes to Latin-1 strings. This mimics Rust's regex::bytes::Regex behavior where each byte 0-255 maps to a character.