yashgupta417 / words-counter

A javascript library to calculate the number of words in a sentence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

words-counter

This is a javascript library to calculate the number of words in a sentence.

Installation

npm install word-counter-js

Usage

import wordCounter from "word-counter-js"

let s="Hello world"
console.log(wordCounter(s))
//output: 2

About

A javascript library to calculate the number of words in a sentence.


Languages

Language:JavaScript 100.0%