-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS: Add parse_int()
, to_upper_case()
, to_lower_case()
#17
Conversation
as per mjs docs:
as for
also, please stick to a naming convention. |
adding to string object as |
parse_int()
, to_upper_case()
, to_lower_case()
What's new
Added a Global StringUtils Library that gets handled globally also added a ParseInt global function similar to what regular js has
For the reviewer