You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import re
title = '✦Hush Puppies Mens Shoes Payne Wing Tip Black Leather✭'
title = re.sub(r'[^\u4e00-\u9fa5\u0030-\u0039\u0041-\u005a\u0061-\u007a\u0E00-\u0E7F\uAB00-\uAB5F]',' ',title)
title = re.sub(r'\s+', ' ',title).strip()
title
https://blog.csdn.net/jlulxg/article/details/84650683
https://www.cnblogs.com/csguo/p/7401874.html
remove char