//
pkg.gl
Category
github.com/skeptycal/stringutils
module
package
0.1.3
Repository:
https://github.com/skeptycal/stringutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
26 SLOC
#
Packages
reference
No description provided by the author
stringbenchmarks
Package stringbenchmarks implements additional functions to support the go standard library strings module.
stringparse
No description provided by the author
#
Functions
ByteToDigit
No description provided by the author
#
Constants
MaxRune
'\U0010FFFF' // Maximum valid Unicode code point.
RuneError
'\uFFFD' // the "error" Rune or "Unicode replacement character".
RuneSelf
0x80 // characters below RuneSelf are represented as themselves in a single byte.
UTFMax
4 // maximum number of bytes of a UTF-8 encoded Unicode character.