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