Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ IsSpace
Function
IsSpace
parser/utils/utils.go:24–26 ·
view source on GitHub ↗
(r rune)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
IsSpace(r rune) bool {
25
return
unicode.IsSpace(r)
26
}
27
28
func
IsAlphaNumeric(r rune) bool {
29
return
IsAlphabetic(r) || unicode.IsDigit(r)
Callers
1
root
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…