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
/
tolower.🗿
2 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add: toupper to lower
2023-06-12 13:31:11 -04:00
tolower(c) return c + 32 * (c >= 'A' & c <= 'Z');
Reference in New Issue
Copy Permalink