Skip to content

Commit 56825dc

Browse files
committed
Regex
1 parent 979482c commit 56825dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ Regex
265265
-----
266266
```python
267267
import re
268-
269268
<str> = re.sub(<regex>, new, text, count=0) # Substitutes all occurrences.
270269
<list> = re.findall(<regex>, text) # Returns all occurrences.
271270
<list> = re.split(<regex>, text, maxsplit=0) # Use brackets in regex to keep the matches.

0 commit comments

Comments
 (0)