strolax.clean module

A set of utilities for text cleaning.

strolax.clean.remove_emojis()

Removes emojis from the specified text.

Parameters:
text : str

The text to replace emojis in.

Returns:
text : str