Go Package strings: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* <code>[[Go_Strings#ToUpper.28.29|ToUpper()]]</code> | * <code>[[Go_Strings#ToUpper.28.29|ToUpper()]]</code> | ||
* <code>[[Go_Strings#TrimSpace.28.29|TrimSpace()]]</code> | * <code>[[Go_Strings#TrimSpace.28.29|TrimSpace()]]</code> | ||
* <code>[[Go_Strings#Trim.28.29|Trim()]]</code> | |||
=TO DISTRIBUTE= | =TO DISTRIBUTE= |
Revision as of 02:32, 23 August 2023
External
Internal
Overview
The strings
package contains functions to manipulate UTF-8-encoded strings.
Functions
Compare()
Contains()
HasPrefix()
HasSuffix()
Index()
Count()
Join()
Split()
Replace()
ToLower()
ToUpper()
TrimSpace()
Trim()
TO DISTRIBUTE
NewReader()