Go Package strings: Difference between revisions
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. | ||
=Functions= | =Functions= | ||
{{Internal|Go_Strings#The_strings_Package|Go Strings | The <tt>strings</tt> Package}} | |||
=TO DISTRIBUTE= | =TO DISTRIBUTE= |
Latest revision as of 21:05, 28 August 2023
External
Internal
Overview
The strings
package contains functions to manipulate UTF-8-encoded strings.
Functions
TO DISTRIBUTE
NewReader()