acdh-oeaw / acdh-cidoc-pyutils

Helper functions for the generation of CIDOC CRMish RDF
MIT License
0 stars 1 forks source link

feat: normalize_string function #5

Closed csae8092 closed 1 year ago

csae8092 commented 1 year ago
def normalize_string(string):
    return " ".join(" ".join(string.split()).split())