-2
var str1 = "hello <span contenteditable="false" class="underlineText hashtags hello">hello<span style="display:none;"> [#[#hello]#] [#[#hi]#] [#[#welcome]#]</span></span>"
var arr = textToPost.match(/#^[a-zA-Z0-9]/g)
このパターン[#[#*]#]に一致する文字列を抽出します。正規表現パターン[#[#hello]#] javascriptで一致
と連携し、この正規表現を試してみてください、あなたは 'hello'を抽出したい、' hi'、と 'welcome'は - 正しいです? – vlaz