Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. E.g. "The football was great @england #winning #goals"
  2.  
  3. The function should return an object describing the number of hashtags and mentions found:
  4. { hashtags: 2, mentions: 1 }
  5. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement