Measure the spelling "distance" between wordString1 and wordString2.
returnedNumber = strspellcompare(wordString1, wordString2)
returnedNumber - type: int
wordString1 - type: str
wordString2 - type: str
The smaller the number returned, indicates the fewer amount of corrections necessary to get from one word string to the other.
spellcandidates, strspellcandidate, spellcorrect, spellword, Spelling Functions