finding the substring in text by the regex pattern
There are always tasks such as validating the input, searching the document for any information, or even cleaning up a given string from unwanted escape characters. For these cases, regular expressions are usually used.
The Go standard library conta...
blog.cloudnativefolks.org2 min read