hashtag regex:一个正则表达式用于根据Unicode标准匹配hashtag标识符 源码
标签正则表达式 hashtag-regex提供了一个正则表达式来匹配hashtag标识符。 该存储库包含一个脚本,该脚本基于Unicode数据生成此正则表达式。 因此,只要Unicode标准发生更改,就可以轻松更新正则表达式。 安装 通过 : npm install hashtag-regex 在: const hashtagRegex = require ( 'hashtag-regex' ) ; // Note: because the regular expression has the global flag set, this module // exports a fun
文件列表
hashtag-regex-master.zip
(预估有个11文件)
hashtag-regex-master
.travis.yml
102B
.babelrc
201B
package.json
1KB
test
tests.js
2KB
LICENSE-MIT.txt
1KB
src
index.js
170B
.gitignore
255B
暂无评论