From 61a2cb65b1338cd6ac02500f6c8f7da21e858c6f Mon Sep 17 00:00:00 2001 From: kobewi Date: Tue, 2 Aug 2022 15:56:46 +0200 Subject: Add static method for creating RegEx --- modules/regex/doc_classes/RegEx.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules/regex/doc_classes/RegEx.xml') diff --git a/modules/regex/doc_classes/RegEx.xml b/modules/regex/doc_classes/RegEx.xml index deabc5ccd3..52a7fe492f 100644 --- a/modules/regex/doc_classes/RegEx.xml +++ b/modules/regex/doc_classes/RegEx.xml @@ -62,6 +62,13 @@ Compiles and assign the search pattern to use. Returns [constant OK] if the compilation is successful. If an error is encountered, details are printed to standard output and an error is returned. + + + + + Creates and compiles a new [RegEx] object. + + @@ -96,7 +103,7 @@ - + -- cgit v1.2.3