kentcdodds / match-sorter

Simple, expected, and deterministic best-match sorting of an array in JavaScript
https://npm.im/match-sorter
MIT License
3.73k stars 129 forks source link

Question: ENDS WITH Do you have a match? #139

Closed 1129-tame closed 9 months ago

1129-tame commented 2 years ago

Hello, thanks for this useful software !

I would have liked a match at the end of the string(The so-called ENDS WITH), but there didn't seem to be such a ranking system.

Is it possible to incorporate this feature?

kentcdodds commented 2 years ago

Can you help me understand the real world use case for that?