emoji regex:根据Unicode标准与所有仅表情符号匹配的正则表达式 源码
表情符号正则表达式 emoji-regex根据Unicode标准提供了一个正则表达式,以匹配所有emoji符号和序列(包括emoji的文本表示形式)。 该存储库包含一个脚本,该脚本基于生成此正则表达式。 因此,只要将新表情符号添加到Unicode标准,就可以轻松更新正则表达式。 安装 通过 : npm install emoji-regex 在: const emojiRegex = require ( 'emoji-regex/RGI_Emoji.js' ) ; // Note: because the regular expression has the global flag
文件列表
emoji-regex-main.zip
(预估有个24文件)
emoji-regex-main
.travis.yml
94B
.babelrc
525B
index.js
15KB
package.json
1KB
.github
workflows
publish-on-tag.yml
479B
test
tests.js
5KB
暂无评论