Answers for "golang if string ends with"

1

golang check string ends with

strings.HasSuffix("How are you?", "?") // true
Posted by: Guest on June-11-2020

Browse Popular Code Answers by Language