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 -

php - MySQLi multi_query results for later use -