package hstrings

import "github.com/gohugoio/hugo/common/hstrings"

Index

Functions

func EqualAny

func EqualAny(a string, b ...string) bool

EqualAny returns whether a string is equal to any of the given strings.

Types

type StringEqualFold

type StringEqualFold string

StringEqualFold is a string that implements the compare.Eqer interface and considers two strings equal if they are equal when folded to lower case. The compare.Eqer interface is used in Hugo to compare values in templates (e.g. using the eq template function).

func (StringEqualFold) Eq

func (s StringEqualFold) Eq(s2 any) bool

func (StringEqualFold) EqualFold

func (s StringEqualFold) EqualFold(s2 string) bool

func (StringEqualFold) String

func (s StringEqualFold) String() string

Source Files

strings.go

Version
v0.112.6
Published
Jun 1, 2023
Platform
js/wasm
Imports
3 packages
Last checked
13 minutes ago

Tools for package owners.