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