Last updated: Mar 28, 2022

Strings

Programmers, what comes to mind when you see the word string? Double quotes! These are Unicode compliant in Go and very well used as the functions that it offers are used adversely. This section deals with the functions of strings and how well it's used. Let's check this out.
Go String
In this blog, We will learn about go strings. We will also discuss string length, string concatenation, and some string functions for string manipulation with examples.
Regex in Go
This blog will discuss what regex is in the Go programming language and the different functions available in the regexp package with examples.