We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecd85a commit 5fb2631Copy full SHA for 5fb2631
1 file changed
Doc/lib/libre.tex
@@ -506,7 +506,8 @@ \subsection{Regular Expression Objects \label{re-objects}}
506
\begin{methoddesc}[RegexObject]{search}{string\optional{, pos}\optional{,
507
endpos}}
508
Scan through \var{string} looking for a location where this regular
509
- expression produces a match. Return \code{None} if no
+ expression produces a match, and return a
510
+ corresponding \class{MatchObject} instance. Return \code{None} if no
511
position in the string matches the pattern; note that this is
512
different from finding a zero-length match at some point in the string.
513
0 commit comments