How to retrieve hashtags from a tweet in PHP
$tweet = "How to retrieve a #hashtag in #php via #coderwall";
preg_match_all("/(#\w+)/", $tweet, $hashtags);
The result is stored in array $hashtags
Written by Akhyar A.
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#