Consider the following list:
a_list = ['?? ?? me así, bla es se ?? ds ??????']
How can I extract in a new list all the emojis inside a_list
?:
new_lis = ['?? ?? ?? ?? ?? ??']
I tried to use regex, but I do not have all the possible emojis encodings.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…