No description
| .gitignore | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Check If It's a Title String
Description
This utility checks if a given string is a title string. A title string is a string that has the first letter of each word capitalized and the rest of the letters in lowercase.
Table of Contents
Installation
To use the code in this repository, you need to have Node.js installed on your machine. Clone the repository to your local system using the following command:
git clone https://github.com/afiqzudinhadi/check-string-title-capitalize.git
Install the required dependencies by running the following command:
npm install
Usage
- Navigate to the repository's root directory.
- Open terminal or command prompt.
- Run the following command to execute the code:
npm run index
- Follow the on-screen instructions to input the string and check if it is a title string.