stringutil

package
v0.27.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EqualASCIIIgnoreCase

func EqualASCIIIgnoreCase(s, t uint8) bool

EqualASCIIIgnoreCase performs case-insensitive comparison of two ASCII bytes. Only supports ASCII letters (A-Z, a-z), digits (0-9), hyphen (-) and underscore (_). Used for hostname matching where registered routes follow LDH standard.

func EqualStringsASCIIIgnoreCase

func EqualStringsASCIIIgnoreCase(s1, s2 string) bool

EqualStringsASCIIIgnoreCase performs case-insensitive comparison of two strings containing ASCII characters. Only supports ASCII letters (A-Z, a-z), digits (0-9), hyphen (-) and underscore (_). Used for hostname matching where registered routes follow LDH standard.

func ToLowerASCII

func ToLowerASCII(b byte) byte

ToLowerASCII converts an ASCII uppercase letter (A-Z) to lowercase (a-z). All other bytes are returned unchanged. Does not validate ASCII range;

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL