Advertisement
Todorov_Stanimir

02. Modern Times of #(HashTag)

Jul 19th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. modernTimesOfHashTag = (input) => {
  2. input.match(/\B#[A-Za-z]+\b/g).map(el => el.slice(1)).forEach(el=> console.log(el));
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement