func github.com/russross/blackfriday/v2.isalnum
9 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L478: for i < len(data) && isalnum(data[i]) {
inline.go#L712: for end < len(data) && isalnum(data[end]) {
inline.go#L913: } else if isalnum(link[len(path)]) {
inline.go#L922: if len(link) > len(prefix) && bytes.Equal(bytes.ToLower(link[:len(prefix)]), prefix) && isalnum(link[len(prefix)]) {
inline.go#L949: if !isalnum(data[i]) {
inline.go#L957: for i < len(data) && (isalnum(data[i]) || data[i] == '.' || data[i] == '+' || data[i] == '-') {
inline.go#L1014: if isalnum(data[i]) {
markdown.go#L836: func isalnum(c byte) bool {
markdown.go#L927: if isalnum(ch) {
![]() |
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. |