regexp

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegexpFactory

type RegexpFactory struct{}

func (RegexpFactory) Compile

func (RegexpFactory) Compile(expr string) (*regexp.Regexp, error)

func (RegexpFactory) CompilePOSIX

func (RegexpFactory) CompilePOSIX(expr string) (*regexp.Regexp, error)

func (RegexpFactory) Match

func (RegexpFactory) Match(pattern string, b base.Buffer) (bool, error)

func (RegexpFactory) MatchReader

func (RegexpFactory) MatchReader(pattern string, r io.RuneReader) (bool, error)

func (RegexpFactory) MatchString

func (RegexpFactory) MatchString(pattern, s string) (bool, error)

func (RegexpFactory) MustCompile

func (RegexpFactory) MustCompile(str string) *regexp.Regexp

func (RegexpFactory) MustCompilePOSIX

func (RegexpFactory) MustCompilePOSIX(str string) *regexp.Regexp

func (RegexpFactory) New

func (f RegexpFactory) New(expr string) (*regexp.Regexp, error)

func (RegexpFactory) QuoteMeta

func (RegexpFactory) QuoteMeta(str string) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL