String.levenshtein(compare: String): String

	Returns the amount of characters that must be removed, inserted or replaced on the string A to make it equal to string B.
	
		compare string that will be used to make the comparison
	
