Home | History | Annotate | Download | only in syntax

Lines Matching defs:removeLeadingString

457 				sub[j] = p.removeLeadingString(sub[j], len(str))
602 // removeLeadingString removes the first n leading runes
604 func (p *parser) removeLeadingString(re *Regexp, n int) *Regexp {
609 sub = p.removeLeadingString(sub, n)