Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我有一些提要,带有这样的项目标题
有些文本比一个文本更好http://t.co/blablabla #hashtag
然后我想只使用这样的正则表达式获取 URL
http://t.co/blablabla
我怎么做 ?
(对不起,我用谷歌翻译提出这个问题)
谢谢你的回答
这是我通过简单的谷歌搜索找到的随机一个:
(http|ftp|https)://([\w-_]+(?:(?:.[\w-_]+)+))([\w-.,@?^=%&: /~+#]*[\w-\@?^=%&/~+#])?