# ``LevenshteinTransformations`` _Levenshtein Transformations_ allows transforming one array into another array, or a string into another string, using only the three transformations `replace`, `delete`, and `insert`. ## Topics ### Articles -