MCPcopy Index your code
hub / github.com/expr-lang/expr / IsAlphabetic

Function IsAlphabetic

parser/utils/utils.go:32–34  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

30}
31
32func IsAlphabetic(r rune) bool {
33 return r == '_' || r == '$' || unicode.IsLetter(r)
34}

Callers 2

IsValidIdentifierFunction · 0.85
IsAlphaNumericFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…