Documentation ¶
Overview ¶
Package stringutil contains general string utilities used throughout this project. This package should not import any other packages in this repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
AllowedCharacters is the list of characters that can be used in the 'Random' function.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.