Basically I'm just trying to find a way to find the closest match (not necessarily exact) of a String
For example, find "delicous"
in {"pie", "delicious", "test"}
This is pretty obvious, but the values in the array might not always be that distinct.
Could someone please help me with a way to achieve this.