Go Package strings: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
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.
=Comparison=
=Comparison=
{{Internal|Go_Strings#String_Comparison_with_strings.Compare.28.29|Strings &#124; String Comparison with <tt>Compare()</code>}}
{{Internal|Go_Strings#String_Comparison_with_strings.Compare.28.29|Strings &#124; String Comparison with <tt>Compare()</tt>}}


=TO DISTRIBUTE=
=TO DISTRIBUTE=

Revision as of 03:35, 22 August 2023

External

Internal

Overview

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

Comparison

Strings | String Comparison with Compare()

TO DISTRIBUTE

Functions:

NewReader()