Categorygithub.com/augmentable-dev/lege
modulepackage
0.0.0-20191028004410-79cb985065a1
Repository: https://github.com/augmentable-dev/lege.git
Documentation: pkg.go.dev

# README

GoDoc BuildStatus Go Report Card Coverage

lege

lege is the imperative of the latin verb "to pick out, choose or read." This library is a tool to assist in the "picking out" of substrings within boundary strings.

# Packages

No description provided by the author

# Functions

NewCollection allows a caller to construct a collection.
NewParser creates a *Parser.

# Structs

Boundary are boundaries to use when collecting strings.
Collection represents a string that has been "plucked" from a source.
Location represents location in an input string.
ParseOptions are options passed to a parser.
Parser is used to parse a source for collections to extract.

# Type aliases

Collections is a list of *Collection.