src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html

branch
eric7
changeset 10437
2f70ca07f0af
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html	Fri Dec 22 17:24:07 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html	Fri Dec 22 19:45:17 2023 +0100
@@ -59,30 +59,35 @@
 </p>
 <dl>
 
-<dt><i>regexp</i></dt>
+<dt><i>regexp</i> (str)</dt>
 <dd>
-regular expression to validate (string)
+regular expression to validate
 </dd>
-<dt><i>options</i></dt>
+<dt><i>options</i> (list of str)</dt>
 <dd>
-list of options (list of string)
+list of options
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to execute on (string)
+text to execute on
 </dd>
-<dt><i>startpos</i></dt>
+<dt><i>startpos</i> (int)</dt>
 <dd>
-start position for the execution (integer)
+start position for the execution
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of a flag indicating a successful match (boolean) and
-        a list of captures containing the complete match as matched string
-        (string), match start (integer), match end (integer) and match length
-        (integer) for each entry
+tuple of a flag indicating a successful match and a list of captures
+        containing the complete match as matched string, match start, match end
+        and match length for each entry
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, list of [str, int, int, int])
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -97,20 +102,25 @@
 </p>
 <dl>
 
-<dt><i>regexp</i></dt>
+<dt><i>regexp</i> (str)</dt>
 <dd>
-regular expression to validate (string)
+regular expression to validate
 </dd>
-<dt><i>options</i></dt>
+<dt><i>options</i> (list of str)</dt>
 <dd>
-list of options (list of string)
+list of options
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of flag indicating validity (boolean), error
-        string (string) and error offset (integer)
+tuple of flag indicating validity, error string and error offset
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, str, int)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial