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

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer</h1> 9 <h1>eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer</h1>
10
11 <p> 10 <p>
12 Module implementing the PyQt6 server part of the QRegularExpression wizzard. 11 Module implementing the PyQt6 server part of the QRegularExpression wizzard.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22 <tr><td>None</td></tr> 21 <tr><td>None</td></tr>
23 </table> 22 </table>
23
24 <h3>Functions</h3> 24 <h3>Functions</h3>
25
26 <table> 25 <table>
27
28 <tr> 26 <tr>
29 <td><a href="#main">main</a></td> 27 <td><a href="#main">main</a></td>
30 <td>Function containing the main routine.</td> 28 <td>Function containing the main routine.</td>
31 </tr> 29 </tr>
32 <tr> 30 <tr>
36 <tr> 34 <tr>
37 <td><a href="#rxValidate">rxValidate</a></td> 35 <td><a href="#rxValidate">rxValidate</a></td>
38 <td>Function to validate the given regular expression.</td> 36 <td>Function to validate the given regular expression.</td>
39 </tr> 37 </tr>
40 </table> 38 </table>
39
41 <hr /> 40 <hr />
42 <hr /> 41 <hr />
43 <a NAME="main" ID="main"></a> 42 <a NAME="main" ID="main"></a>
44 <h2>main</h2> 43 <h2>main</h2>
45 <b>main</b>(<i></i>) 44 <b>main</b>(<i></i>)
46
47 <p> 45 <p>
48 Function containing the main routine. 46 Function containing the main routine.
49 </p> 47 </p>
48
50 <div align="right"><a href="#top">Up</a></div> 49 <div align="right"><a href="#top">Up</a></div>
51 <hr /> 50 <hr />
52 <hr /> 51 <hr />
53 <a NAME="rxExecute" ID="rxExecute"></a> 52 <a NAME="rxExecute" ID="rxExecute"></a>
54 <h2>rxExecute</h2> 53 <h2>rxExecute</h2>
55 <b>rxExecute</b>(<i>regexp, options, text, startpos</i>) 54 <b>rxExecute</b>(<i>regexp, options, text, startpos</i>)
56
57 <p> 55 <p>
58 Function to execute the given regular expression for a given text. 56 Function to execute the given regular expression for a given text.
59 </p> 57 </p>
58
60 <dl> 59 <dl>
61 60
62 <dt><i>regexp</i> (str)</dt> 61 <dt><i>regexp</i> (str)</dt>
63 <dd> 62 <dd>
64 regular expression to validate 63 regular expression to validate
94 <hr /> 93 <hr />
95 <hr /> 94 <hr />
96 <a NAME="rxValidate" ID="rxValidate"></a> 95 <a NAME="rxValidate" ID="rxValidate"></a>
97 <h2>rxValidate</h2> 96 <h2>rxValidate</h2>
98 <b>rxValidate</b>(<i>regexp, options</i>) 97 <b>rxValidate</b>(<i>regexp, options</i>)
99
100 <p> 98 <p>
101 Function to validate the given regular expression. 99 Function to validate the given regular expression.
102 </p> 100 </p>
101
103 <dl> 102 <dl>
104 103
105 <dt><i>regexp</i> (str)</dt> 104 <dt><i>regexp</i> (str)</dt>
106 <dd> 105 <dd>
107 regular expression to validate 106 regular expression to validate

eric ide

mercurial