Skip to content

Available Action & Filter helper methods

Patrizio Bekerle edited this page Nov 3, 2020 · 5 revisions

String helpers

See: https://golang.org/pkg/text/template/

  • Left
  • Mid
  • Right
  • Last
  • Contains
  • ContainsAny
  • Count
  • EqualFold
  • HasPrefix
  • HasSuffix
  • Index
  • IndexAny
  • Join
  • LastIndex
  • LastIndexAny
  • Matches
  • Repeat
  • Replace
  • Split
  • SplitAfter
  • SplitAfterN
  • SplitN
  • Title
  • TimeNow
  • ToLower
  • ToTitle
  • ToUpper
  • Trim
  • TrimLeft
  • TrimPrefix
  • TrimRight
  • TrimSpace
  • TrimSuffix
Clone this wiki locally