# README
go-ipld-selector-text-lite
A rudimentary (pre-ipld-schema) implementation of IPLD selectors
This library contains basic utilities for creation of IPLD selector objects from a flat textual representation. For further info see https://github.com/ipld/specs/blob/master/selectors/selectors.md
Lead Maintainer
License
# Functions
SelectorSpecFromPath transforms a textual path specification in the form x/y/10/z
into a go-ipld-prime selector-spec object.
# Constants
PathValidCharset is the regular expression fully matching a valid textselector.
# Type aliases
Expression is a string-type input to SelectorSpecFromPath.