【发布时间】:2015-03-03 13:00:09
【问题描述】:
我在excel中有以下链接:
http://en.wikipedia.org/wiki/Melon_Bicycles
我想检索链接为:http://en.wikipedia.org
在 google doc 中我使用:=REGEXEXTRACT(A1; "https?:\/\/(.[^\/]+)"),而 A1 是带有未格式化链接的单元格。
有什么建议如何在 excel 2010 中实现吗?
【问题讨论】:
标签: regex excel excel-2010 spreadsheet