package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

Difference convert source and target to their Soundex codes and then reports the number of matching code positions.
LevenshteinDistance is the standard Levenshtein distance where the cost of insertion, deletion and substitution are all one.
LevenshteinDistanceWithCost calculates the Levenshtein distance between source and target.
Soundex convert source to its Soundex code.

# Constants

Special encodings.

# Structs

Iterator on a string.