truncate

package
v1.66.4 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: BSD-3-Clause Imports: 0 Imported by: 1

Documentation

Overview

Package truncate provides a utility function for safely truncating UTF-8 strings to a fixed length, respecting multi-byte codepoints.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func String

func String[String ~string | ~[]byte](s String, n int) String

String returns a prefix of a UTF-8 string s, having length no greater than n bytes. If s exceeds this length, it is truncated at a point ≤ n so that the result does not end in a partial UTF-8 encoding. If s is less than or equal to this length, it is returned unmodified.

Types

This section is empty.

Jump to

Keyboard shortcuts

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