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 8dbd264 commit e6d4c6bCopy full SHA for e6d4c6b
README.md
@@ -265,7 +265,7 @@ import re
265
<Match_iter> = re.finditer(<regex>, text) # Searches for all occurrences of pattern.
266
```
267
268
-* **Use `'\\\\1'` or `r'\1'` for backreference.**
+* **Use `r'\1'` or `'\\\\1'` for backreference.**
269
* **Use `?` to make operators non-greedy.**
270
* **Parameter `flags=re.IGNORECASE` can be used with all functions.**
271
* **Parameter `flags=re.DOTALL` makes dot also accept newline.**
0 commit comments