Javascript Regex match any word that starts with '#' in a string

后端 未结 3 1413
清歌不尽
清歌不尽 2020-12-16 02:58

I\'m very new at regex. I\'m trying to match any word that starts with \'#\' in a string that contains no newlines (content was already split at newlines).

Example (

3条回答
提交回复
热议问题