From 0a0230eea412b4914fc3dbcfd2c3c11d8932cb99 Mon Sep 17 00:00:00 2001 From: arjunthazath Date: Tue, 22 Apr 2025 20:37:42 +0530 Subject: [PATCH] my first PR --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e686f84..38a839ace 100644 --- a/README.md +++ b/README.md @@ -1196,7 +1196,8 @@ Don't capture id attribute name here since you can't use it for anything anyway. Correct: ```python -r'(?:id|ID)=(?P\d+)' +r'(?i)\b id \s* = \s* ["\']?(?P\d+)\b["\']?' + ``` Incorrect: