diff options
author | Max <post@wickenrode.com> | 2015-03-07 20:48:55 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-03-07 20:48:55 +0100 |
commit | 96b765ffbcb6c7fda058fbe8028b2e128007134a (patch) | |
tree | a4ac6c9fb75b5b810f7c42f1d159937caa6c2dda /Source/SPDataBase64EncodingAdditions.m | |
parent | ed38f229a052a678d3a5022afd3806b1c3b434cf (diff) | |
download | sequelpro-96b765ffbcb6c7fda058fbe8028b2e128007134a.tar.gz sequelpro-96b765ffbcb6c7fda058fbe8028b2e128007134a.tar.bz2 sequelpro-96b765ffbcb6c7fda058fbe8028b2e128007134a.zip |
Added an internal algorithm for fuzzy string matching
* This works similar to a regex matching "abc" as /a.*b.*c/ (ie. all characters of $needle need to be contained in $haystack in the correct order but not neccesarily consecutive). Additionaly some unicode equivalencies are handled.
* Changed a tiny helper function from ObjC to plain C
Diffstat (limited to 'Source/SPDataBase64EncodingAdditions.m')
0 files changed, 0 insertions, 0 deletions