Extract Hashtags

Extract all hashtags from a text string.

Code

General
text.match(/#\w+/g) || [];

Parameters

Text containing hashtags

Browser·fetch() may be limited by CORS

More JavaScript Snippets