小编Abi*_*021的帖子

如何将表情符号彼此分开?

例如,我需要将表情符号彼此分开

EM = 'Hey '
EM.split()
Run Code Online (Sandbox Code Playgroud)

如果我们拆分它,我们将拥有

['Hey' ,'']
Run Code Online (Sandbox Code Playgroud)

我希望有

['hey' , '' , '' , '']
Run Code Online (Sandbox Code Playgroud)

我希望将其应用于所有表情符号。

python emoji

2
推荐指数
1
解决办法
821
查看次数

标签 统计

emoji ×1

python ×1