Skip to content
On this page

Index

func Replace

go
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