标签正则表达式 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