fork download
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. import re
  4. print(bool(re.match(u"[\u1000-\U00021111]", u"\ueeee")))
  5.  
  6.  
Success #stdin #stdout 0.04s 9072KB
stdin
Standard input is empty
stdout
True