summaryrefslogtreecommitdiff
path: root/progs/a131.py
blob: 5cebe72b817bdd118785ac87c91a1bfd5c24e601 (plain)
1
2
3
import re
def replace_specialchar(text):
 return (re.sub("[ ,.]", ":", text))