regexp.Regexp.ReplaceAllString (method)

5 uses

	regexp (current package)
		regexp.go#L576: func (re *Regexp) ReplaceAllString(src, repl string) string {

	github.com/go-pg/migrations/v8
		collection.go#L741: 	descr = migrationNameRE.ReplaceAllString(descr, "_")

	github.com/jinzhu/inflection
		inflections.go#L259: 			return inflection.regexp.ReplaceAllString(str, inflection.replace)
		inflections.go#L269: 			return inflection.regexp.ReplaceAllString(str, inflection.replace)

	internal/lazyregexp
		lazyre.go#L47: 	return r.re().ReplaceAllString(src, repl)