1.0.2 ā€¢ Published 4 years ago

string-to-upper-case v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Makes a string fully uppercase.

šŸ  Homepage

Install

npm install to-upper-case

Example

const upperCase = require('string-to-upper-case');

upperCase("oh no!"); // "OH NO!"

upperCase("Hey!"); // "HEY!"

upperCase("ily"); // "ILY"

upperCase("Yes."); // "YES."

Author

šŸ‘¤ AprixStudios

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 AprixStudios. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator