mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-14 08:18:37 +00:00
632 B
632 B
title, description, categories, keywords, action, aliases
| title | description | categories | keywords | action | aliases | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| strings.TrimPrefix | Returns the given string, removing the prefix from the beginning of the string. |
|
|
{{ strings.TrimPrefix "a" "aabbaa" }} → abbaa
{{ strings.TrimPrefix "aa" "aabbaa" }} → bbaa
{{ strings.TrimPrefix "aaa" "aabbaa" }} → aabbaa