Calculate how similar two strings / texts are by using several established string distance computation methods.
How similar are the words "Hello" and "Hallo"? By editing 1 of the 5 letters ("e" to "a") you get the same string. That's a similarity of 80% according to the Levenshtein Edit Distance. Use this and other scientific string similarity methods to quickly match or validate strings approximately.
FuzzyString function library enables you to
Features:
Code Modules:
Number of Blueprints: 1
Number of C++ Classes: 2
Network Replicated: N/A
Supported Development Platforms: Windows, Mac
Supported Target Build Platforms: Windows, Mac
Documentation: https://maschere.github.io/asset-documentation/fuzzy-string/
Example Project: Demo widget and demo level included in plugin content folder.
Important/Additional Notes: This plugin is partially based on the excellent, MIT licensed rapidfuzz-cpp library.