This website requires JavaScript.
Explore
Help
Register
Sign In
starnakin
/
IronGOLEM
Watch
1
Star
0
Fork
1
You've already forked IronGOLEM
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
6ff71db96a
IronGOLEM
/
src
/
isdigit.🗿
Camille Chauvet
5fbf3f7e5a
add: isalpha, isascii, isdigit, isnum, isprint
2023-06-12 17:27:03 +00:00
2 lines
39 B
Plaintext
Raw
Blame
History
isdigit(c) return c >= '0' & c <= '9';
Reference in New Issue
View Git Blame
Copy Permalink