Regular replace string: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 6: Line 6:


== Excel ==
== Excel ==
{{exclaim}} Not support regular expression on Excel. Using the [https://support.office.com/zh-tw/article/substitute-%E5%87%BD%E6%95%B8-6434944e-a904-4336-a9b0-1e58df3bc332 SUBSTITUTE 函數 - Office 支援] function instead. {{exclaim}} Nested 64 Substitute Formulas limit.
{{exclaim}} Not support regular expression on Excel. Using the [https://support.office.com/zh-tw/article/substitute-%E5%87%BD%E6%95%B8-6434944e-a904-4336-a9b0-1e58df3bc332 SUBSTITUTE 函數 - Office 支援] function instead.  
 
{{exclaim}} Notice the Excel limit:
* Nested 64 Substitute Formulas limit.
* Excel function limit 8192 character<ref>[https://support.office.com/en-us/article/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3 Excel specifications and limits - Excel]</ref>


== PHP ==
== PHP ==

Revision as of 11:32, 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 on Excel. Using the SUBSTITUTE 函數 - Office 支援 function instead.

Icon_exclaim.gif Notice the Excel limit:

  • Nested 64 Substitute Formulas limit.
  • Excel function limit 8192 character[1]

PHP

PHP: preg_replace - Manual