2.1.1 • Published 6 years ago

nid-change-case-lower-upper v2.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

NodeJs_Session8_Assignment2

This is AcadGild second Assignment of eighth session of NodeJS

Created two modules to convert lower case to upper case -

1) upperCase - This works on text, words, sentences and paragraphs, changes their cases from lower to upper 2) upperCaseFile - This is for file contents, changes file contents which are in lower case to uppercase.