Closed
Description
Some of the regexes found in https://github.com/ua-parser/uap-core is throwing errors when parsed with the regex
crate:
regex parse error:
(?:\/[A-Za-z0-9\.]+)? *([A-Za-z0-9 \-_\!\[\]:]*(?:[Aa]rchiver|[Ii]ndexer|[Ss]craper|[Bb]ot|[Ss]pider|[Cc]rawl[a-z]*))/(\d+)(?:\.(\d+)(?:\.(\d+))?)?
^^
error: unrecognized escape sequence
This sounds like we're deviating from the regex spec here. Can someone confirm?