[Community Puzzle] Fussy Fuzzy Matching - Puzzle discussion

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @21stCenturyPeon,validated by @DeanTheMachine,@comp0zr and @kayou.
If you have any issues, feel free to ping them.

hello ! I have problem with the validator 3 (“NumberFuzz”) but no problems with any of the test cases can anyone help me please :sob:

If you want, you may send me your code via private message and I’ll take a look at it.

Edit

For those who fail Validator 3 (numberFuzz validator), the following custom case may be helpful for debugging:

Input

true
0
5
true
I'm 500 miles away from home
6
I'm 555 miles away from home
I'm 505 miles away from home
I'm 500 miles away
I'm 495 miles away from home
I'm 400 miles away from home
I'm 50 miles away from home

Output

false
true
false
true
false
false