Go Strings

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

The predeclared String type identifier is string. String values are (possibly empty) sequences of bytes. String values are immutable.

String Literals

A string literal is a string constant obtained from concatenating a sequence of characters.

Raw String Literals

Raw string literals are sequences of characters enclosed by back quotes `.

Interpreted String Literals

String Operators and Functions