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(",", ",") i have file , substitution needed: replace "," "," , other characters not in rule2 whitespace, how can that?
what this?
text = text.replace(",", ",")
Comments
Post a Comment