type internal/lazyregexp.Regexp
13 uses
internal/lazyregexp (current package)
lazyre.go#L18: type Regexp struct {
lazyre.go#L24: func (r *Regexp) re() *regexp.Regexp {
lazyre.go#L29: func (r *Regexp) build() {
lazyre.go#L34: func (r *Regexp) FindSubmatch(s []byte) [][]byte {
lazyre.go#L38: func (r *Regexp) FindStringSubmatch(s string) []string {
lazyre.go#L42: func (r *Regexp) FindStringSubmatchIndex(s string) []int {
lazyre.go#L46: func (r *Regexp) ReplaceAllString(src, repl string) string {
lazyre.go#L50: func (r *Regexp) FindString(s string) string {
lazyre.go#L54: func (r *Regexp) FindAllString(s string, n int) []string {
lazyre.go#L58: func (r *Regexp) MatchString(s string) bool {
lazyre.go#L62: func (r *Regexp) SubexpNames() []string {
lazyre.go#L71: func New(str string) *Regexp {
lazyre.go#L72: lr := &Regexp{str: str}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |