Appearance
Index
func Replace(s string, old string, new string) string
Replace is a replace function similar to strings.ReplaceAll, but with regex support.
Generated by gomarkdoc