Я ищу регулярное выражение, написанное на python для удаления знаков препинания, чисел и символов (например, $ -., @ И т. Д.) И преобразования текста в нижний регистр.
Пример текста:
I'm looking for text without the given numbers like 123, $223.423 ab-c@cde. Is it possible with the python regular expression?
Выходной текст:
i looking for text without the given numbers like is it possible with the python regular expression