Documentation
¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:49 +05 2020. DO NOT EDIT.
Index ¶
- func Compile(re *syntax.Regexp) (*syntax.Prog, error)
- func EmptyOpContext(r1, r2 rune) syntax.EmptyOp
- func ErrorCodeString(e syntax.ErrorCode) string
- func ErrorError(e *syntax.Error) string
- func InstMatchEmptyWidth(i *syntax.Inst, before rune, after rune) bool
- func InstMatchRune(i *syntax.Inst, r rune) bool
- func InstMatchRunePos(i *syntax.Inst, r rune) int
- func InstOpString(i syntax.InstOp) string
- func InstString(i *syntax.Inst) string
- func IsWordChar(r rune) bool
- func OpString(i syntax.Op) string
- func Parse(s string, flags syntax.Flags) (*syntax.Regexp, error)
- func ProgPrefix(p *syntax.Prog) (string, bool)
- func ProgStartCond(p *syntax.Prog) syntax.EmptyOp
- func ProgString(p *syntax.Prog) string
- func RegexpCapNames(re *syntax.Regexp) []string
- func RegexpEqual(x *syntax.Regexp, y *syntax.Regexp) bool
- func RegexpMaxCap(re *syntax.Regexp) int
- func RegexpSimplify(re *syntax.Regexp) *syntax.Regexp
- func RegexpString(re *syntax.Regexp) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmptyOpContext ¶
func ErrorCodeString ¶
func ErrorError ¶
func InstOpString ¶
func InstString ¶
func IsWordChar ¶
func ProgString ¶
func RegexpCapNames ¶
func RegexpMaxCap ¶
func RegexpString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.