mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 17:14:45 -04:00
Fix order of arguments in another strings.TrimLeft example
This commit is contained in:
parent
0982f65c15
commit
0d45ea9cf9
@ -24,5 +24,4 @@ Given the string `"abba"`, leading `"a"`'s can be removed a follows:
|
|||||||
|
|
||||||
Numbers can be handled as well:
|
Numbers can be handled as well:
|
||||||
|
|
||||||
{{ strings.TrimLeft 1221 "12" }} → ""
|
{{ strings.TrimLeft 12 1221341221 }} → "341221"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user