Go Package strings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://pkg.go.dev/strings | * https://pkg.go.dev/strings | ||
=Internal= | =Internal= | ||
Line 7: | Line 6: | ||
=Overview= | =Overview= | ||
The <code>strings</code> package contains functions to manipulate UTF-8-encoded strings. | |||
=Functions= | |||
{{Internal|Go_Strings#The_strings_Package|Go Strings | The <tt>strings</tt> Package}} | |||
=TO DISTRIBUTE= | =TO DISTRIBUTE= | ||
NewReader() | NewReader() | ||
* <tt>[https://golang.org/pkg/strings/#NewReader NewReader]</tt> | * <tt>[https://golang.org/pkg/strings/#NewReader NewReader]</tt> | ||
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()