The highest tagged major version is
v2.
package
Version:
v1.13.1
Opens a new window with list of versions in this module.
Published: Mar 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SpaceUpperCase add a space each occurrence of an upper case letter.
res := format.SpaceUpperCase("myExampleString")
-> my Example String
Truncate reduce a string to specified char limit. Append ellipsis.
res := format.Truncate("myExampleString", 10)
-> myExampleS...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.