Lines Matching defs:String
27 Name string // capturing name, for OpCapture
39 OpEmptyMatch // matches empty string
44 OpBeginLine // matches empty string at beginning of line
45 OpEndLine // matches empty string at end of line
46 OpBeginText // matches empty string at beginning of text
47 OpEndText // matches empty string at end of text
245 func (re *Regexp) String() string {
248 return b.String()
306 func (re *Regexp) CapNames() []string {
307 names := make([]string, re.MaxCap()+1)
312 func (re *Regexp) capNames(names []string) {