Documentation
¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:49 +05 2020. DO NOT EDIT.
Index ¶
- func Compile(expr string) (*regexp.Regexp, error)
- func CompilePOSIX(expr string) (*regexp.Regexp, error)
- func Match(pattern string, b []byte) (bool, error)
- func MatchReader(pattern string, r io.RuneReader) (bool, error)
- func MatchString(pattern string, s string) (bool, error)
- func MustCompile(str string) *regexp.Regexp
- func MustCompilePOSIX(str string) *regexp.Regexp
- func QuoteMeta(s string) string
- func RegexpCopy(re *regexp.Regexp) *regexp.Regexp
- func RegexpExpand(re *regexp.Regexp, dst []byte, template []byte, src []byte, match []int) []byte
- func RegexpExpandString(re *regexp.Regexp, dst []byte, template string, src string, match []int) []byte
- func RegexpFind(re *regexp.Regexp, b []byte) []byte
- func RegexpFindAll(re *regexp.Regexp, b []byte, n int) [][]byte
- func RegexpFindAllIndex(re *regexp.Regexp, b []byte, n int) [][]int
- func RegexpFindAllString(re *regexp.Regexp, s string, n int) []string
- func RegexpFindAllStringIndex(re *regexp.Regexp, s string, n int) [][]int
- func RegexpFindAllStringSubmatch(re *regexp.Regexp, s string, n int) [][]string
- func RegexpFindAllStringSubmatchIndex(re *regexp.Regexp, s string, n int) [][]int
- func RegexpFindAllSubmatch(re *regexp.Regexp, b []byte, n int) [][][]byte
- func RegexpFindAllSubmatchIndex(re *regexp.Regexp, b []byte, n int) [][]int
- func RegexpFindIndex(re *regexp.Regexp, b []byte) []int
- func RegexpFindReaderIndex(re *regexp.Regexp, r io.RuneReader) []int
- func RegexpFindReaderSubmatchIndex(re *regexp.Regexp, r io.RuneReader) []int
- func RegexpFindString(re *regexp.Regexp, s string) string
- func RegexpFindStringIndex(re *regexp.Regexp, s string) []int
- func RegexpFindStringSubmatch(re *regexp.Regexp, s string) []string
- func RegexpFindStringSubmatchIndex(re *regexp.Regexp, s string) []int
- func RegexpFindSubmatch(re *regexp.Regexp, b []byte) [][]byte
- func RegexpFindSubmatchIndex(re *regexp.Regexp, b []byte) []int
- func RegexpLiteralPrefix(re *regexp.Regexp) (string, bool)
- func RegexpMatch(re *regexp.Regexp, b []byte) bool
- func RegexpMatchReader(re *regexp.Regexp, r io.RuneReader) bool
- func RegexpMatchString(re *regexp.Regexp, s string) bool
- func RegexpNumSubexp(re *regexp.Regexp) int
- func RegexpReplaceAll(re *regexp.Regexp, src, repl []byte) []byte
- func RegexpReplaceAllFunc(re *regexp.Regexp, src []byte, repl func([]byte) []byte) []byte
- func RegexpReplaceAllLiteral(re *regexp.Regexp, src, repl []byte) []byte
- func RegexpReplaceAllLiteralString(re *regexp.Regexp, src, repl string) string
- func RegexpReplaceAllString(re *regexp.Regexp, src, repl string) string
- func RegexpReplaceAllStringFunc(re *regexp.Regexp, src string, repl func(string) string) string
- func RegexpSplit(re *regexp.Regexp, s string, n int) []string
- func RegexpString(re *regexp.Regexp) string
- func RegexpSubexpNames(re *regexp.Regexp) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchReader ¶
func MatchReader(pattern string, r io.RuneReader) (bool, error)
func MustCompile ¶
func MustCompilePOSIX ¶
func RegexpExpand ¶
func RegexpExpandString ¶
func RegexpFindAllSubmatch ¶
func RegexpFindReaderIndex ¶
func RegexpFindReaderIndex(re *regexp.Regexp, r io.RuneReader) []int
func RegexpFindReaderSubmatchIndex ¶
func RegexpFindReaderSubmatchIndex(re *regexp.Regexp, r io.RuneReader) []int
func RegexpMatchReader ¶
func RegexpMatchReader(re *regexp.Regexp, r io.RuneReader) bool
func RegexpNumSubexp ¶
func RegexpReplaceAllFunc ¶
func RegexpReplaceAllLiteral ¶
func RegexpReplaceAllString ¶
func RegexpString ¶
func RegexpSubexpNames ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.