Cookies management by TermsFeed Cookie Consent

strings

Learn how to work with strings in Go

πŸ—ƒοΈ 3 ways to pretty print JSON in Go

Learn how to generate JSON with indentation
introduction json strings

πŸ—ΊοΈ Convert map to JSON in Go

Learn how to convert map to JSON string
introduction json strings

πŸ™Œ Case-insensitive string comparison in Go

Learn how to compare strings in a case-insensitive manner
introduction strings

🏁 Check if a string starts with a substring in Go

Learn how to use strings.HasPrefix() function
introduction strings

πŸͺ“ 8 ways to split a string in Go

Learn how to split a string by comma or any other separator in Go
strings
1 ... 3