Go Package strings: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
=Overview=
=Overview=
The <code>strings</code> package contains functions to manipulate UTF-8-encoded strings.
The <code>strings</code> package contains functions to manipulate UTF-8-encoded strings.
=Functions=
=Comparison=
=Comparison=
{{Internal|Go_Strings#String_Comparison_with_Compare.28.29|Strings &#124; String Comparison with <tt>Compare()</tt>}}
{{Internal|Go_Strings#String_Comparison_with_Compare.28.29|Strings &#124; String Comparison with <tt>Compare()</tt>}}

Revision as of 03:58, 22 August 2023

External

Internal

Overview

The strings package contains functions to manipulate UTF-8-encoded strings.

Functions

Comparison

Strings | String Comparison with Compare()

TO DISTRIBUTE

Functions:

NewReader()