我怎么能做到这样的事情?
example_input = "hi, this is example #input, it has a few #different things going #on. #question"
output ===> [input, different, on, question]
这是我到目前为止所拥有的:
text.match(/\#.+?\s+/g)
当后面跟着空白时,我已经能够进入隔离状态,但我不确定如何适应,
' '
.
或string end / new line