Documentation ¶
Index ¶
- func Bytes2Str(bs []byte) string
- func EnableString(s string) bool
- func EqualFoldN(s, t string, n int) bool
- func EqualN(s, t string, n int) bool
- func IsBinary(s string) bool
- func IsDecimal(s string) bool
- func IsHex(s string) bool
- func IsOctal(s string) bool
- func ParseBytes(s string) uint64
- func Stoi(s string) int
- func StrDataAddr(s string) uintptr
- func Utoa_cn(n uint64) string
- func WithPrefixFold(s, prefix string) bool
- func WithSuffixFold(s, suffix string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableString ¶ added in v0.2.5
func EqualFoldN ¶ added in v0.2.5
func ParseBytes ¶ added in v0.2.5
func WithPrefixFold ¶ added in v0.2.5
like strings.HasPrefix
func WithSuffixFold ¶ added in v0.2.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.