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
1a1251b512
IronGOLEM
/
src
/
isdigit.🗿
2 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add: isalpha, isascii, isdigit, isnum, isprint
2023-06-12 13:27:03 -04:00
isdigit(c) return c >= '0' & c <= '9';
Reference in New Issue
Copy Permalink