func regexp/syntax.isalnum
3 uses
regexp/syntax (current package)
parse.go#L1056: if c != '_' && !isalnum(c) {
parse.go#L1251: if c < utf8.RuneSelf && !isalnum(c) {
parse.go#L1895: func isalnum(c rune) bool {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)