Fuzzy String Matching

Fuzzy String Matching

Given two strings and a permissible number of character differences, determine if the strings can be considered approximately equal.

example

Input: Three arguments: two strings (string) and one integer (number).

Output: Logic value (boolean)...

You should be an authorized user in order to see the full description and start solving this mission.