get-first-words

1.0.0 • Public • Published

get-first-words

Get first word from sentence

Installation

  yarn add get-first-words
  or
  npm install get-first-words

Usage

const gfw = require('get-first-words');

var sentence = "Get First Words";
console.log(gfw(sentence)); //return "Get"

Dev

node index.js

Run Test

npm test

Readme

Keywords

Package Sidebar

Install

npm i get-first-words

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • muhtarudinsiregar