str

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2026 License: BSL-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Concat

func Concat(str ...string) string

Concat is an efficient string builder function

func IsASCII

func IsASCII(s string) bool

IsASCII checks if all characters in the string are ASCII characters Source: https://stackoverflow.com/a/53069799/5516320

func Reverse

func Reverse(s string) string

Reverse returns the inverted string of s. Implemented through slice inversion, directly inverting bytes for small strings. Using rune array inversion for large strings.

Types

This section is empty.

Jump to

Keyboard shortcuts

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