sev-indexof

1.0.0 • Public • Published

Build Status

sev-indexOf

It returns the index value appears in the n-th

Installation

$ npm install sev-indexof

Example

var sevIndexOf = require('sev-indexof');
var str = 'hoge hoge fuga hoge';
console.log(sevIndexOf(str, 'hoge', 2); // 5

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i sev-indexof

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tadashiy1012