1.0.0 • Published 5 years ago
@jswork/next-trim-repeated v1.0.0
next-trim-repeated
Trim repeat for next.
installation
npm install -S @jswork/next-trim-repeated
usage
import '@jswork/next-trim-repeated';
nx.trimRepeated('foo--bar---baz', '-');
//=> 'foo-bar-baz'
nx.trimRepeated('foo@#@#baz', '@#');
//=> 'foo@#baz'
resources
license
Code released under the MIT license.
1.0.0
5 years ago