どうすればこのようなことを達成できますか?
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