Go Package unicode: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:
=Overview=
=Overview=
The <code>unicode</code> package provide functions to evaluate the properties of runes inside strings.
The <code>unicode</code> package provide functions to evaluate the properties of runes inside strings.
=Functions=
==Introspect Runes==
{{Internal|Go_Strings#Introspect_Runes|Strings &#124; Introspect Runes}}


=TO DISTRIBUTE=
=TO DISTRIBUTE=

Revision as of 00:35, 22 August 2023

External

Internal

Overview

The unicode package provide functions to evaluate the properties of runes inside strings.

Functions

Introspect Runes

Strings | Introspect Runes

TO DISTRIBUTE