summaryrefslogtreecommitdiffstats
path: root/tpl/strings/strings.go
AgeCommit message (Expand)Author
2021-05-03tpl: Fix countwords to handle special charsJulien Midedji
2021-01-08tpl: Do not return errors in substr for out-of-bounds casesCameron Moore
2020-12-16all: Fix minor typosPhil Davis
2020-12-01tpl: Fix substr when length parameter is zeroCameron Moore
2020-11-28tpl: Refactor and fix substr logicCameron Moore
2020-08-28tpl: Add limit option to replace template functionCameron Moore
2020-07-03tpl/strings: Add strings.CountBjørn Erik Pedersen
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
2018-11-30tpl: Add godoc packages commentsCameron Moore
2018-10-16commands: Show server error info in browserBjørn Erik Pedersen
2018-09-07tpl/strings: Add strings.FirstUpperBjørn Erik Pedersen
2018-06-04tpl/strings: strings.RuneCountDavid E. Wheeler
2018-06-03tpl/strings: Remove overflow check in strings.RepeatBjørn Erik Pedersen
2018-06-03tpl/strings: Adjust the overflow validation in strings.RepeatBjørn Erik Pedersen
2018-06-03tpl: Add strings.RepeatDavid E. Wheeler
2017-12-16Make chomp return the type it receivesVictor Kropp
2017-08-18tpl: Cleanup strings.TrimPrefix and TrimSuffixCameron Moore
2017-08-18tpl: Add strings.TrimLeft and TrimRight Cameron Moore
2017-07-31Make the title case style guide configurableBjørn Erik Pedersen
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-05-01tpl: Fix the remaining template funcs namespace issuesBjørn Erik Pedersen
2017-04-30tpl: Add template function namespacesCameron Moore