MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Raw

Method Raw

internal/re/regexp.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (this *Regexp) Raw() *regexp.Regexp {
104 return this.rawRegexp
105}
106
107func (this *Regexp) IsCaseInsensitive() bool {
108 return this.isCaseInsensitive

Callers 4

FPMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls