string-comparison
Here are 49 public repositories matching this topic...
Language:All
Sort:Most stars
Rapid fuzzy string matching in Python using various string metrics
- Updated
Nov 24, 2025 - Python
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
- Updated
May 1, 2023 - JavaScript
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
- Updated
Aug 19, 2025 - Go
String manipulation, leveled up!
- Updated
Mar 1, 2025 - PHP
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
- Updated
Nov 24, 2025 - C++
Rapid fuzzy string matching in C++ using the Levenshtein Distance
- Updated
Aug 27, 2025 - C++
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
- Updated
Nov 27, 2025 - C#
Ruby gem (native extension in Rust) providing implementations of various string metrics
- Updated
May 7, 2022 - Ruby
Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity
- Updated
Jan 8, 2024 - Python
🤠A library implementing different string similarity using JavaScript.
- Updated
Apr 10, 2025 - TypeScript
string similarity based on Dice's coefficient in go
- Updated
Jan 7, 2019 - Go
A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.
- Updated
Sep 3, 2023 - Elixir
Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans
- Updated
Nov 25, 2025 - C#
CyDifflib is a fast implementation of difflib's algorithms, which can be used as a drop-in replacement.
- Updated
Apr 11, 2025 - Cython
A collection of string comparisons algorithms
- Updated
Apr 18, 2024 - JavaScript
CmpStr is a lightweight, fast and well performing package for calculating string similarity
- Updated
Nov 24, 2025 - TypeScript
Class library to compare strings in a relative way.
- Updated
Jun 30, 2024 - C#
regular expression functionality for ctrl+f search
- Updated
May 8, 2023 - JavaScript
strcompare is a library for comparing strings using Hamming, Levenshtein, and Damerau-Levenshtein metrics.
- Updated
Sep 27, 2024 - Zig
Improve this page
Add a description, image, and links to thestring-comparison topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thestring-comparison topic, visit your repo's landing page and select "manage topics."