I just thought that I would comment that in Eclipse you can get an βalmost fuzzyβ search with the wildcard character * .
For example, * f * i * l * e will find all resources that contain the characters f, i, l, e in that order, anywhere in the resource name.
This works with Ctrl + Shift + R (search for resources), as well as for Ctrl + E (search on open tabs) and others too, I suspect.
Zotov source share