var github.com/microcosm-cc/bluemonday.Integer
4 uses
github.com/microcosm-cc/bluemonday (current package)
helpers.go#L62: Integer = regexp.MustCompile(`^[0-9]+$`)
helpers.go#L241: p.AllowAttrs("value").Matching(Integer).OnElements("li")
helpers.go#L263: p.AllowAttrs("span").Matching(Integer).OnElements("colgroup", "col")
helpers.go#L275: p.AllowAttrs("colspan", "rowspan").Matching(Integer).OnElements("td", "th")
![]() |
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. |