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.