我想知道如何从 twitter 的抓取推文列表中删除所有 @mentions、#hashtags 和 URL http....。
我已经尝试(但失败)使用:
find all [@].* and replace with blank
find all [#].* and replace with blank
find all [http].* and replace with blank
等等等等......这刚刚完成从我的抓取结果中删除了几乎所有内容。
我是记事本的新手,正在尝试整理所有信息。
提前致谢