string-indexes
v2.0.0
Published
Retrieves all indexes, in non-overlapping ranges, of a substring in a string.
Downloads
4,239
Maintainers
Readme
String Indexes
Retrieves all indexes, in non-overlapping ranges, of a substring in a string.
Install
npm install --save string-indexes
Usage
import indexes from 'string-indexes';
indexes ( 'xxxx__xxxx__xxxxx', 'xx' ); // => [0, 2, 6, 8, 12, 14]
License
MIT © Fabio Spampinato