Go Package strings: Difference between revisions

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


=TO DISTRIBUTE=
=TO DISTRIBUTE=
<font color=darkkhaki>
Functions:
* <tt>[https://golang.org/pkg/strings/#Contains Contains]</tt>
* <tt>[https://golang.org/pkg/strings/#Count Count]</tt>
* <tt>[https://golang.org/pkg/strings/#Count Count]</tt>
* <tt>[https://golang.org/pkg/strings/#HasPrefix HasPrefix]</tt>
* <tt>[https://golang.org/pkg/strings/#HasPrefix HasPrefix]</tt>

Revision as of 04:04, 22 August 2023

External

Internal

Overview

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

Functions

TO DISTRIBUTE

NewReader()