vi-util
v1.1.2
Published
string utils
Downloads
2
Readme
Vi-Util
The Vi-Util library is for string.
Install
npm install vi-util
Use
import v from "vi-util"
let a = v.subBetween('<a>', '<', '>');
// a => 'a'
For more usage, looking for test case in test file.