User Tools

Site Tools


en:replacex

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:replacex [2016/08/12 12:54]
admin
en:replacex [2020/02/28 10:46] (current)
Line 2: Line 2:
  
 ==== Formato ==== ==== Formato ====
-**replacex** ( //haystack_expr// //regex_expr// , [[stringexpressions|string_expression]] )+**replacex** ( [[stringexpressions|haystack_string_expression]] [[regularexpressions|regular_expression]] , [[stringexpressions|string_expression]] )
  
  
-returns //[[stringexpressions|string_expression]]+returns [[stringexpressions|string_expression]]
  
 ==== Description ==== ==== Description ====
-Return a new string where all occurrences of substrings matching the regular expression //regex_expr// are replaced by [[stringexpressions|string_expression]] in the string //haystack_expr//.+Return a new string where all occurrences of substrings matching the regular expression [[regularexpressions|regular_expression]] are replaced by [[stringexpressions|string_expression]] in the string [[stringexpressions|haystack_string_expression]].
  
 ==== Example ==== ==== Example ====
en/replacex.1471028078.txt.gz ยท Last modified: 2020/02/28 10:46 (external edit)