Skip to content

Commit

Permalink
Add missing cashtags in extract
Browse files Browse the repository at this point in the history
Extract function missing cashtags in result
  • Loading branch information
sololance committed May 17, 2018
1 parent c2f3f18 commit e7008c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Twitter/Text/Extractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public function extract($tweet)
{
return array(
'hashtags' => $this->extractHashtags($tweet),
'cashtags' => $this->extractCashtags($tweet),
'urls' => $this->extractURLs($tweet),
'mentions' => $this->extractMentionedScreennames($tweet),
'replyto' => $this->extractReplyScreenname($tweet),
Expand Down

0 comments on commit e7008c6

Please sign in to comment.