我在 SharePoint 2010 中有一个超链接字段(又名列)。
说它叫SalesReportUrl
. 网址如下所示:
http://portal.cab.com/SalessiteCollection/October2012Library/Forms/customview.aspx
超链接字段将值存储在两个字段(链接和描述)中。
如果我想October2012Library
退出 URL,RegEx 会是什么?
我试过这个,但它肯定不工作:
@"<a[\s]+[^>]*?href[\s]?=[\s\"\']+(.*?)[\"\']+.*?>([^<]+|.*?)?<\/a>";
我也试过:
^(.*?/)?Forms/$
但没有运气。
我认为sharepoint像这样存储超链接:
http://portal.cab.com/SalessiteCollection/October2012Library/Forms/customview.aspx, some description
看起来这有一个解决方案。但是获取列表或库名称的语法子字符串是什么?https://sharepoint.stackexchange.com/questions/40712/get-list-title-in-sharepoint-designer-workflow