Go Package unicode: Difference between revisions
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. | ||
= | =Introspecting Characters= | ||
Also see: {{Internal|Go_Strings#Introspect_Runes|Strings | Introspect Runes}} | |||
{{Internal|Go_Strings#Introspect_Runes|Strings | 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: