Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
func
IsAlphabetic(r rune) bool {
33
return
r ==
'_'
|| r ==
'$'
|| unicode.IsLetter(r)
34
}
Callers
2
IsValidIdentifier
Function · 0.85
IsAlphaNumeric
Function · 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…