Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
/ fuzzy-match-utils Public archive

A collection of string matching algorithms designed with React Select in mind.

License

Notifications You must be signed in to change notification settings

Khan/fuzzy-match-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzzy-match-utils

A collection of string matching algorithms built with React Select in mind.

Installation

npm install --save fuzzy-match-utils

Usage

This module exports four utility functions:

  • filterOptions
  • typeaheadSimilarity
  • fullStringDistance
  • cleanUpText

They're well documented in main.js.

It also exports a Flow type for Option, if you're into that sort of thing.

Usage examples coming… soon?

License

MIT

About

A collection of string matching algorithms designed with React Select in mind.

Resources

License

Stars

Watchers

Forks

Packages

No packages published