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 |