sicknarlo / trie-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API

Table of Contents

trieSearch

Searches text again an array of terms.

Parameters

  • terms array an array of string terms
  • text string text to search for the terms
  • options (optional, default {})

Returns array matched terms

About


Languages

Language:JavaScript 100.0%