Skip to content

A-Neal/fuzzy-string-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple C source library for fuzzy string comparison. There isn't much
to say that isn't documented in the comments of the source files.

Read the header file for a brief overview of each function, and the .c file
for more specifics on the implementation, both in comments, and pure source
code.

The "startIDE.sh" file is not in the .gitignore file because I like to transfer
it to any machine I'm working on in the state I last updated it to.

The Makefile builds a demo program. It uses whichever included demo text file
is given in the code. Set the file you want, build, and test. Run it from
inside the demo directory.

About

A small C source library for fuzzy string comparison.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published