From 515281def12ceb934707588233aee5fad61ef4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 1 Apr 2018 04:46:44 +0200 Subject: [PATCH] Regex --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c7cf3..61b0f61 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ re.findall(, text) re.split(, text, maxsplit=0) # Use brackets in regex to keep the matches. ``` -**Parameter 'flags=re.IGNORECASE' can be used with all functions.** +**Parameter 'flags=re.IGNORECASE' can be used with all functions.** **Use r'\1' for backreference.** ### Format