dCBOR Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Function parseHexRegexToken

    • 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.

      Parameters

      Returns Result<Pattern>