The Vi-Util library is for string.
npm install vi-utilimport v from "vi-util"
let a = v.subBetween('<a>', '<', '>');
// a => 'a'For more usage, looking for test case in test file.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Vi-Util library is for string.
npm install vi-utilimport v from "vi-util"
let a = v.subBetween('<a>', '<', '>');
// a => 'a'For more usage, looking for test case in test file.