Regular replace string: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 09:58, 6 August 2019

"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