func html.UnescapeString
7 uses
html (current package)
escape.go#L187: func UnescapeString(s string) string {
html/template
escape.go#L755: for u := []byte(html.UnescapeString(string(s))); len(u) != 0; {
github.com/google/safehtml/template
escape.go#L695: for u := []byte(html.UnescapeString(string(s))); len(u) != 0; {
url.go#L102: decoded := html.UnescapeString(prefix)
github.com/russross/blackfriday/v2
block.go#L719: return []byte(html.UnescapeString(string(str)))
esc.go#L32: unesc := html.UnescapeString(string(text))
golang.org/x/pkgsite/internal/frontend
404.go#L130: <p class="Error-message">` + html.UnescapeString(fr.responseText) + ``),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |