Removing unwanted characters from a string in Python
Posted
by Hossein
on Stack Overflow
See other posts from Stack Overflow
or by Hossein
Published on 2010-05-06T12:05:14Z
Indexed on
2010/05/06
12:08 UTC
Read the original article
Hit count: 255
Hi, I have some strings that I want to delete some unwanted characters from them. For example: Adam'sApple ----> AdamsApple.(case insensitive) Can someone help me, I need the fastest way to do it, cause I have a couple of millions of records that have to be polished. Thanks
© Stack Overflow or respective owner