Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:f:af:replace_pattern2 [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:replace_pattern2 [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:replace_pattern2 to ref:a_f:f:af:replace_pattern2 localdev
Line 1: Line 1:
 +{{tag>Index Function Function_List Text Version:v1.0}}
 +====== REPLACE PATTERN2 ====== 
 +
 +===== Description =====  
 +replaces all occurrences of the specified pattern in the text with a new pattern.
 +
 +===== Parameters =====  
 +attribute of Plain Text type or expression producing Plain Text, the pattern to be replaced and the pattern to replace with.
 +
 +===== Example =====  
 +<code aim>REPLACE_PATTERN ('John Smith', 'Smith', 'Black') returns 'John Black' </code>