leodido / go-urn

Parser for uniform resource names as seen on RFC 8141, RFC 2141, and RFC 7643
MIT License
87 stars 11 forks source link

Evaluate the use of golang stdlib regexp #10

Closed leodido closed 6 years ago

leodido commented 6 years ago

Rather than the current go-pcre dep.

leodido commented 6 years ago

Cannot.

I forgot that I need PCRE since I need the negative lookahead (ie., ?!).