From 56825dc10c923d0322fe0f7241bb63eb54be5b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 30 Jan 2019 08:29:43 +0100 Subject: [PATCH] Regex --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1ec8eb8..682a428 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,6 @@ Regex ----- ```python import re - = re.sub(, new, text, count=0) # Substitutes all occurrences. = re.findall(, text) # Returns all occurrences. = re.split(, text, maxsplit=0) # Use brackets in regex to keep the matches.