mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Fix order of arguments in another strings.TrimLeft example
This commit is contained in:
@@ -24,5 +24,4 @@ Given the string `"abba"`, leading `"a"`'s can be removed a follows:
|
||||
|
||||
Numbers can be handled as well:
|
||||
|
||||
{{ strings.TrimLeft 1221 "12" }} → ""
|
||||
|
||||
{{ strings.TrimLeft 12 1221341221 }} → "341221"
|
||||
|
||||
Reference in New Issue
Block a user