Regex in Python, um nur die Schnur in Python zu erhalten

import re
print(" ".join(re.findall("[a-zA-Z]","your string")))
codes_with_roh