Extract domain from text in Mandarin: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 May 2025

28 March 2025

  • curprev 15:2215:22, 28 March 2025Planetoid talk contribs 1,926 bytes +1,139 No edit summary undo
  • curprev 15:1915:19, 28 March 2025Planetoid talk contribs 787 bytes +120 No edit summary undo
  • curprev 15:1615:16, 28 March 2025Planetoid talk contribs 667 bytes +667 Created page with "== 從文章內容,擷取網址中的網域部分 == === 使用 Google sheet 擷取網域 === 使用 Google 試算表 [https://support.google.com/docs/answer/3098244?hl=zh-Hant REGEXEXTRACT] 函數 <pre> =REGEXEXTRACT(A1, "(http[s]?\://[^/]+)") </pre> 輸入: <pre> Yahoo! 新聞 https://tw.news.yahoo.com/abc </pre> 輸出: <pre> https://tw.news.yahoo.com </pre> 說明: # 網域指以 <nowiki>http://</nowiki> 或 <nowiki>https://</nowiki> 開頭,與相臨不是符..."