xstrings

package
v3.0.0-beta10 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Capitalize

func Capitalize(s string) string

Capitalize return a copy of the input string with the first rune uppercased.

func Split

func Split(s, sep string) []string

Split behaves like strings.Split() expect it returns an empty slice if s is an empty string.

func SwapCase

func SwapCase(s string) string

SwapCase returns a copy of the input string with rune case swapped.

func SwapRuneCase

func SwapRuneCase(r rune) rune

SwapRuneCase returns a uppercased rune for a lowercase rune, or a lowercased rune for a uppercase rune.

func TrimLast

func TrimLast(s string, n int) string

TrimLast returns the string truncated of its last n runes.

Types

This section is empty.

Jump to

Keyboard shortcuts

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