Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ asciiLetter
Method
asciiLetter
app/src/processing/app/Sketch.java:1760–1762 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
1758
1759
1760
static
final
boolean asciiLetter(char c) {
1761
return
(c >=
'a'
&& c <=
'z'
) || (c >=
'A'
&& c <=
'Z'
);
1762
}
1763
1764
1765
/**
Callers
1
sanitizeName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected