You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@
340
340
</code></pre></div>
341
341
342
342
<ul>
343
-
<li><strong>Argument 'new' can be a function that accepts a match and returns a string.</strong></li>
343
+
<li><strong>Argument 'new' can be a function that accepts a match object and returns a string.</strong></li>
344
344
<li><strong>Search() and match() return None if they can't find a match.</strong></li>
345
345
<li><strong>Argument <codeclass="python hljs"><spanclass="hljs-string">'flags=re.IGNORECASE'</span></code> can be used with all functions.</strong></li>
346
346
<li><strong>Argument <codeclass="python hljs"><spanclass="hljs-string">'flags=re.MULTILINE'</span></code> makes <codeclass="python hljs"><spanclass="hljs-string">'^'</span></code> and <codeclass="python hljs"><spanclass="hljs-string">'$'</span></code> match the start/end of each line.</strong></li>
0 commit comments