pattern

package
v0.0.0-...-e951c9a Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2022 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const IDENTIFIER = 57346
View Source
const LESS_THAN = 57348
View Source
const LEXER_ERROR = 0
View Source
const LITERAL = 57347
View Source
const MORE_THAN = 57349
View Source
const UNDERSCORE = 57350

Variables

View Source
var (
	ErrNoCapture   = errors.New("at least one capture is required")
	ErrInvalidExpr = errors.New("invalid expression")
)

Functions

This section is empty.

Types

type Matcher

type Matcher interface {
	Matches(in []byte) [][]byte
	Names() []string
}

func New

func New(in string) (Matcher, error)

Jump to

Keyboard shortcuts

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