[Gambas-devel-svn] SF.net SVN: gambas:[7185] gambas/trunk/comp/src/gb.util
Brought to you by:
gambas
From: <ga...@us...> - 2015-07-13 13:20:43
|
Revision: 7185 http://sourceforge.net/p/gambas/code/7185 Author: gambas Date: 2015-07-13 13:20:42 +0000 (Mon, 13 Jul 2015) Log Message: ----------- [GB.UTIL] * NEW: String.Distance() is a new method that returns the Damerau- Levensthein distance between two UTF-8 strings. It's the minimum number of operations needed to transform one string into the other, where an operation is defined as an insertion, deletion, or substitution of a single character, or a transposition of two adjacent characters. Modified Paths: -------------- gambas/trunk/comp/src/gb.util/.info gambas/trunk/comp/src/gb.util/.src/MMain.module gambas/trunk/comp/src/gb.util/.src/String.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |