stringutil

package
v0.0.0-...-365054f Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RemoveErrorsAndBOMUTF8

func RemoveErrorsAndBOMUTF8(in string) string

RemoveErrorsAndBOMUTF8 removes the bom and rune errors from UTF8 strings

func RemoveErrorsAndBOMUTF8Byte

func RemoveErrorsAndBOMUTF8Byte(in []byte) []byte

RemoveErrorsAndBOMUTF8Byte removes the bom and rune errors from UTF8 byte arrays

func Split

func Split(s string, sep rune) []string

Split slices s into all substrings separated by sep and returns a slice of the substrings between those separators.

Difference from the stdlib strings.Split(): If s does not contain sep, it returns a nil slice.

Types

This section is empty.

Jump to

Keyboard shortcuts

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