Makes a string fully uppercase.
🏠 Homepage
npm install to-upper-case
const upperCase = require('string-to-upper-case');
upperCase("oh no!"); // "OH NO!"
upperCase("Hey!"); // "HEY!"
upperCase("ily"); // "ILY"
upperCase("Yes."); // "YES."
👤 AprixStudios
- Website: https://aprixstudios.xyz/
- Twitter: @Aprixiaa
- Github: @AprixStudios
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 AprixStudios.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator