# Functions
Find returns a string with suggestions for name(s) in `names` similar to the string `src` until a max distance of `DistanceSkipped`.
FindFromMap does the same as Find but taking a map instead of a string array as first argument.
# Variables
MaxDistanceIgnored is the maximum Levenshtein distance from which we won't consider a string similar at all and thus will be ignored.