mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-07 22:44:37 -04:00
608 B
608 B
title | description | categories | keywords | action | aliases | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.Contains | Reports whether the string contains a substring. |
|
|
{{ strings.Contains "Hugo" "go" }} → true
The check is case sensitive:
{{ strings.Contains "Hugo" "Go" }} → false