Skip to content

Instantly share code, notes, and snippets.

@xvbnm48
Created March 16, 2024 13:58
Show Gist options
  • Save xvbnm48/8f7a1064e968313a6e50b3aeb1c03a95 to your computer and use it in GitHub Desktop.
Save xvbnm48/8f7a1064e968313a6e50b3aeb1c03a95 to your computer and use it in GitHub Desktop.
strings contains
package main
import (
"fmt"
"strings"
)
func main() {
fmt.Println(strings.Contains("hira dazzle", "dazzle"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment