pyufunc.find_similar_str#

pyufunc.find_similar_str(*args, **kwargs)#

Forward to pyhelpers.text.find_similar_str.

Parameters:
  • *args – Positional arguments passed to pyhelpers.text.find_similar_str.

  • **kwargs – Keyword arguments passed to pyhelpers.text.find_similar_str.

Note

Example

>>> find_similar_str("appel", ["apple", "pear"])
Returns:

Return value from pyhelpers.text.find_similar_str.

Return type:

Any