Documentation
¶
Overview ¶
Package regexp is a basic regexp library.
The library was implemented to explore regexp parsing and NFA representation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Regexp ¶
type Regexp struct {
// contains filtered or unexported fields
}
Regexp is a compiled regular expression.
func MustCompile ¶
MustCompile invokes Compile and panics if an error is returned.
func (*Regexp) MatchString ¶
MatchString returns true if the the passed input matches the pattern.
Click to show internal directories.
Click to hide internal directories.