Go Package strings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 19: | Line 19: | ||
* <code>[[Go_Strings#ToLower.28.29|ToLower()]]</code> | * <code>[[Go_Strings#ToLower.28.29|ToLower()]]</code> | ||
* <code>[[Go_Strings#ToUpper.28.29|ToUpper()]]</code> | * <code>[[Go_Strings#ToUpper.28.29|ToUpper()]]</code> | ||
* <code>[[Go_Strings#TrimSpace.28.29|TrimSpace()]]</code> | |||
=TO DISTRIBUTE= | =TO DISTRIBUTE= |
Revision as of 04:23, 22 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()
TO DISTRIBUTE
NewReader()