Go Package unicode: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
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.
=Introspecting Characters=
=Introspecting Characters=
Also see: {{Internal|Go_Strings#Introspect_Runes|Strings &#124; Introspect Runes}}
Also see: {{Internal|Go_Strings#Introspecting_Characters|Strings &#124; Introspecting Charancters}}
====<tt>IsDigit()</tt>====
====<tt>IsDigit()</tt>====

Revision as of 01:54, 22 August 2023

External

Internal

Overview

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

Introspecting Characters

Also see:

Strings | Introspecting Charancters

IsDigit()