Fuzzy String Matching

Fuzzy String Matching

给定两个字符串和允许的字符差异数,判断这两个字符串是否可以被视为近似相等。

example

输入三个参数:两个字符串 (str)和一个整数 (int).

输出:逻辑值 (bool).

示例

assert fuzzy_string_match("apple",...
You should be an authorized user in order to see the full description and start solving this mission.