highlight-text
v0.1.0
Published
Highlight text case and accent insensitive
Downloads
360
Maintainers
Readme
highlight-text
Highlight text case and accent insensitive.
Install
$ npm install --save highlight-text
Usage
import highlightText from 'highlight-text';
const text = highlightText('foo bla foo', 'bla');
License
MIT © Daniel Steigerwald