MCPcopy
hub / github.com/ThatGuySam/doesitarm / fuzzyMatchesWholeWord

Function fuzzyMatchesWholeWord

helpers/matching.js:13–15  ·  view source on GitHub ↗
(needle, haystack)

Source from the content-addressed store, hash-verified

11}
12
13export function fuzzyMatchesWholeWord (needle, haystack) {
14 return matchesWholeWord ( needle.toLowerCase() , haystack.toLowerCase() )
15}
16
17export function eitherMatches (stringARaw, stringBRaw) {
18 // Make strings lowercase for more generous comparison

Callers 4

inTimestampsFunction · 0.90
videoFeaturesAppFunction · 0.90
generateVideoTagsFunction · 0.90
index.test.jsFile · 0.90

Calls 1

matchesWholeWordFunction · 0.85

Tested by

no test coverage detected