eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
89 <dd> 89 <dd>
90 start position for the execution (integer) 90 start position for the execution (integer)
91 </dd> 91 </dd>
92 </dl> 92 </dl>
93 <dl> 93 <dl>
94 <dt>Returns:</dt> 94 <dt>Return:</dt>
95 <dd> 95 <dd>
96 tuple of a flag indicating a successful match (boolean) and 96 tuple of a flag indicating a successful match (boolean) and
97 a list of captures containing the complete match as matched string 97 a list of captures containing the complete match as matched string
98 (string), match start (integer), match end (integer) and match length 98 (string), match start (integer), match end (integer) and match length
99 (integer) for each entry 99 (integer) for each entry
119 <dd> 119 <dd>
120 list of options (list of string) 120 list of options (list of string)
121 </dd> 121 </dd>
122 </dl> 122 </dl>
123 <dl> 123 <dl>
124 <dt>Returns:</dt> 124 <dt>Return:</dt>
125 <dd> 125 <dd>
126 tuple of flag indicating validity (boolean), error 126 tuple of flag indicating validity (boolean), error
127 string (string) and error offset (integer) 127 string (string) and error offset (integer)
128 </dd> 128 </dd>
129 </dl> 129 </dl>

eric ide

mercurial