//
pkg.gl
Category
github.com/dmskys/regexp
syntax
package
1.0.0
Repository:
https://github.com/dmskys/regexp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
2.6k SLOC
#
Functions
Compile
Compile parses a regular expression and returns, if successful, a Regexp object that can be used to match against text.
#
Structs
Context
Context represents a matching context used in a inline function.
#
Type aliases
FuncMap
FuncMap is the type of the map defining the mapping from names to functions.