fork(1) download
  1. import re
  2. s = "ⴰ.ⴰ"
  3. print(re.search(r'\w+(?:\.\w+)+', s).group())
Success #stdin #stdout 0.04s 9572KB
stdin
Standard input is empty
stdout
ⴰ.ⴰ