Go Package unicode: Difference between revisions
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# | Also see: {{Internal|Go_Strings#Introspecting_Characters|Strings | 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: