Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 228 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 228 Bytes

potato-search

search in your lists

example

import { Search } from "potato-search";

const search = new Search({ markBefore: "*", markAfter: "*" });
search
    .term("bi")
    .in("Bill")
    .marked;
// "*Bi*ll"