text

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TruncateKey = "truncate"
)

Keys to be used in templates for the functions in this package.

Variables

This section is empty.

Functions

func New

func New() hctx.Map

New returns a map of the helpers within this package.

func Truncate

func Truncate(s string, opts hctx.Map) string

Truncate will try to return a string that is no longer than `size`, which defaults to 50. If given a `trail` option the returned string will have that appended at the end, while still trying to make sure that the returned string is no longer than `size` characters long. However, if `trail` is longer than or equal to `size`, `trail` will be returned completely as is. Defaults to a `trail` of `...`.

Types

This section is empty.

Jump to

Keyboard shortcuts

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