【发布时间】:2019-10-15 13:12:56
【问题描述】:
我想从一个字符串中提取所有#words,例如如果我有这个字符串:
Hello #people how are you doing #today I am in #asia and weather is super #nice
我需要一个 PHP 函数来返回这些:
#people
#today
#asia
#nice
【问题讨论】:
-
到目前为止你有什么尝试?
标签: php