Go Strings: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:


=String Literals=
=String Literals=
==Raw String Literals==
==Interpreted String Literals==


=String Operators and Functions=
=String Operators and Functions=

Revision as of 17:33, 22 March 2016

External

Internal

Overview

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

String Literals

Raw String Literals

Interpreted String Literals

String Operators and Functions