MCPcopy Index your code
hub / github.com/syncthing/syncthing / removeHTMLComments

Function removeHTMLComments

script/relnotes.go:134–136  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

132}
133
134func removeHTMLComments(s string) string {
135 return regexp.MustCompile(`<!--.*?-->`).ReplaceAllString(s, "")
136}

Callers 1

generatedNotesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected