Regular replace string

From LemonWiki共筆
Revision as of 09:58, 6 August 2019 by Planetoid (talk | contribs) (Created page with ""Replaces part of a text string with a different text string using regular expressions." == Google Sheet == * [https://support.google.com/docs/answer/3098245?hl=zh-Hant REGEX...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"Replaces part of a text string with a different text string using regular expressions."

Google Sheet

Excel

Icon_exclaim.gif Not support regular expression. Using the SUBSTITUTE 函數 - Office 支援 function instead.

PHP

PHP: preg_replace - Manual