sharyu04 / TextUtils

TextUtils is a website wherein you can enter your text and convert it into lower case or uppercase.
https://textutilreact1.netlify.app/
0 stars 2 forks source link

feat: add functions for word and character counting #8

Closed NeiltonSeguins closed 1 year ago

NeiltonSeguins commented 1 year ago

Add functions for counting words and characters in a more organized way.

Changes Made:

Motivation: These changes make the code more readable and reusable, while ensuring the correct counting of words and characters, excluding whitespace.