pyufunc.remove_punctuation#

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

Forward to pyhelpers.text.remove_punctuation.

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

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

Note

Example

>>> remove_punctuation("hello, world!")
Returns:

Return value from pyhelpers.text.remove_punctuation.

Return type:

Any