Socket
Socket
Sign inDemoInstall

github.com/mediumdaver/abnfcore

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/mediumdaver/abnfcore


Version published

Readme

Source

abnfcore

Implements some ABNF core elements for convenience:

  • RuneIsALPHA(c rune)
  • RuneIsBIT(c rune)
  • RuneIsCHAR(c rune)
  • RuneIsCR(c rune)
  • StringIsCRLF(s string)
  • RuneIsCTL(c rune)
  • RuneIsDIGIT(c rune)
  • RuneIsDQUOTE(c rune)
  • RuneIsHEXDIG(c rune)
  • RuneIsHTAB(c rune)
  • RuneIsLF(c rune)
  • StringIsLWSP(s string)
  • RuneIsOCTET(c rune)
  • RuneIsSP(c rune)
  • RuneIsVCHAR(c rune)
  • RuneIsWSP(c rune)

See RFC 5234 for more details.

FAQs

Last updated on 11 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc