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
Source package:
pyhelpers.Source repository: mikeqfu/pyhelpers
Source document: https://pyhelpers.readthedocs.io/
Source license: MIT License.
Example
>>> remove_punctuation("hello, world!")
- Returns:
Return value from
pyhelpers.text.remove_punctuation.- Return type:
Any