mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-09 05:04:52 -04:00
Arguments in example
This commit is contained in:
parent
5d9c7327fd
commit
f1f9b7cd63
@ -20,7 +20,7 @@ aliases: []
|
||||
|
||||
Given the string `"abba"`, leading `"a"`'s can be removed a follows:
|
||||
|
||||
{{ strings.TrimLeft "abba" "a" }} → "bba"
|
||||
{{ strings.TrimLeft "a" "abba" }} → "bba"
|
||||
|
||||
Numbers can be handled as well:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user