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=
=Introspecting Characters=
==Introspect Runes==
Also see: {{Internal|Go_Strings#Introspect_Runes|Strings &#124; Introspect Runes}}
{{Internal|Go_Strings#Introspect_Runes|Strings &#124; Introspect Runes}}
====<tt>IsDigit()</tt>====

Revision as of 01:52, 22 August 2023

External

Internal

Overview

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

Introspecting Characters

Also see:

Strings | Introspect Runes

IsDigit()