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 7561fe7 commit c07a19aCopy full SHA for c07a19a
README.md
@@ -266,8 +266,8 @@ import re
266
```
267
268
* **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.**
+* **Use `'?'` to make operators non-greedy.**
+* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.**
271
* **Parameter `'flags=re.DOTALL'` makes dot also accept newline.**
272
273
### Match Object
0 commit comments