package text

import "github.com/gobuffalo/plush/v5/helpers/text"

Index

Constants

const (
	TruncateKey = "truncate"
)

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

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 `...`.

Source Files

text.go truncate.go

Version
v5.0.5 (latest)
Published
May 23, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
2 weeks ago

Tools for package owners.