Skip to content

Kitsuyo/to-upper-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to to-upper-case 👋

Version Documentation Maintenance License: ISC Twitter: Aprixiaa

Makes a string fully uppercase.

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

About

Makes a string be fully uppercase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published