Lines Matching refs:Regexp
28 "regexp"
40 regexp *regexp.Regexp
53 regex, err := regexp.Compile(split[0])
58 regexp: regex,
66 if r.regexp.MatchString(groupId + ":" + artifactId) {
67 return r.regexp.ReplaceAllString(groupId+":"+artifactId, r.repl)
68 } else if r.regexp.MatchString(artifactId) {
69 return r.regexp.ReplaceAllString(artifactId, r.repl)