Lines Matching refs:Regexp
27 "regexp"
37 regexp *regexp.Regexp
50 regex, err := regexp.Compile(split[0])
55 regexp: regex,
63 if r.regexp.MatchString(groupId + ":" + artifactId) {
64 return r.regexp.ReplaceAllString(groupId+":"+artifactId, r.repl)
65 } else if r.regexp.MatchString(artifactId) {
66 return r.regexp.ReplaceAllString(artifactId, r.repl)