Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LowerLetters = []rune("abcdefghijklmnopqrstuvwxyz") UpperLetters = []rune("ABCDEFGHIJKLMNOPQRSTUVWXYZ") NumberLetters = []rune("0123456789") SymbolLetters = []rune("~!@#$%^&*_-+=`|\\(){}[]:;\"'<>,.?/") )
Functions ¶
Types ¶
type String ¶
func NewStringDefault ¶
func NewStringDefault() String
func NewStringLower ¶
func NewStringLower() String
func NewStringNumber ¶
func NewStringNumber() String
func NewStringSymbol ¶
func NewStringSymbol() String
func NewStringUpper ¶
func NewStringUpper() String
Click to show internal directories.
Click to hide internal directories.