From 42d6205e8cb7775a901e280a9984c7c5b7da172a Mon Sep 17 00:00:00 2001 From: Ryan Stein Date: Thu, 9 May 2019 11:11:53 -0400 Subject: Add RegEx substitution testcase and fix relevant docs (cherry picked from commit a31bbb4bd920e28cbb2c737a785e91da5e7a599f) --- modules/regex/doc_classes/RegEx.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/regex') diff --git a/modules/regex/doc_classes/RegEx.xml b/modules/regex/doc_classes/RegEx.xml index 0538753a47..cc8205e400 100644 --- a/modules/regex/doc_classes/RegEx.xml +++ b/modules/regex/doc_classes/RegEx.xml @@ -123,7 +123,7 @@ - Searches the text for the compiled pattern and replaces it with the specified string. Escapes and backreferences such as [code]\1[/code] and [code]\g<name>[/code] expanded and resolved. By default only the first instance is replaced but it can be changed for all instances (global replacement). The region to search within can be specified without modifying where the start and end anchor would be. + Searches the text for the compiled pattern and replaces it with the specified string. Escapes and backreferences such as [code]$1[/code] and [code]$name[/code] are expanded and resolved. By default only the first instance is replaced but it can be changed for all instances (global replacement). The region to search within can be specified without modifying where the start and end anchor would be. -- cgit v1.2.3