npm.io
1.1.0 • Published 8 years ago

substr-occurrence

Licence
MIT
Version
1.1.0
Deps
0
Size
4 kB
Vulns
0
Weekly
0
Stars
1

Substr Occurrence

forthebadge Build Status

A small, extremely lightweight library that counts the number of occurrences of a substring or single character in a larger string. Created because string-occurrence was too bloated and slow.

Installation

npm install codetheweb/substr-occurrence

Usage

var occurrence = require('substr-occurrence');

console.log(occurrence('o', 'foo bar');

Output should be 2.

Tests

npm test

Keywords