var unicode.Mn
3 uses
unicode (current package)
tables.go#L24: "Mn": Mn,
tables.go#L3621: Mn = _Mn // Mn is the set of Unicode characters in category Mn (Mark, nonspacing).
github.com/google/licensecheck/internal/match
dict.go#L296: return unicode.IsLetter(r) || unicode.IsDigit(r) || unicode.Is(unicode.Mn, r)
![]() |
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. |