All public logs

Jump to navigation Jump to search

Combined display of all available logs of LemonWiki共筆. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:16, 28 March 2025 Planetoid talk contribs created page Extract domain from text in Mandarin (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> 開頭,與相臨不是符...")