package
1.2.0
Repository: https://github.com/segmentio/asm.git
Documentation: pkg.go.dev

# Functions

EqualFold is a version of bytes.EqualFold designed to work on ASCII input instead of UTF-8.
EqualFoldString is a version of strings.EqualFold designed to work on ASCII input instead of UTF-8.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Valid returns true if b contains only ASCII characters.
ValidBytes returns true if b is an ASCII character.
ValidPrint returns true if b contains only printable ASCII characters.
ValidPrintBytes returns true if b is an ASCII character.
ValidPrintBytes returns true if b is an ASCII character.
ValidPrintString returns true if s contains only printable ASCII characters.
ValidBytes returns true if b is an ASCII character.
ValidString returns true if s contains only ASCII characters.