how to replace specific characters with different rules with python? -


i have file , substitution needed: replace "," "," , other characters not in rule2 whitespace, how can that?

what this?

text = text.replace(",", ",") 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -