Skip to content

Commit c07a19a

Browse files
committed
Regex
1 parent 7561fe7 commit c07a19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ import re
266266
```
267267

268268
* **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.**
269+
* **Use `'?'` to make operators non-greedy.**
270+
* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.**
271271
* **Parameter `'flags=re.DOTALL'` makes dot also accept newline.**
272272

273273
### Match Object

0 commit comments

Comments
 (0)