commonrangetables

package
v0.0.0-...-8abc28e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2021 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AsciiAlphaNum = &unicode.RangeTable{R16: []unicode.Range16{
		{'0', '9', 1},
		{'A', 'Z', 1},
		{'a', 'z', 1},
	}}
	FullwidthAlphaNum = &unicode.RangeTable{R16: []unicode.Range16{
		{'0', '9', 1},
		{'A', 'Z', 1},
		{'a', 'z', 1},
	}}
	AlphaNum = &unicode.RangeTable{R16: append(AsciiAlphaNum.R16, FullwidthAlphaNum.R16...)}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL