文字列から複数のWeb URLを削除したいと思います。文字列は、次のされている場合:Rの正規表現:文字列から複数のURLを削除する
gsub(" ?(f|ht)(tp)(s?)(://)(.*)[.|/](.*)", "", string)
しかし、それは私にこれを返します:
this is a URL http://test.com and another one http://test.com/hi and this one http://www.test.com/
それは私が次のコードを使用してみました
this is a URL and another one and this one
を返す必要があります
this is a URL