Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9f688bf9d21547bf7bd6e931c0272abb189c7d8c
/
Lib
/
regsub.py
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 25 years ago
b67a25c
Store the current regex syntax along with the regular expression
by Barry Warsaw
· 28 years ago
7a7d5d8
Use splitx() in capwords() (bugfix after interface change for split()).
by Guido van Rossum
· 28 years ago
a59d3e6
Changed split() to be compatible with changes to string.split(): the
by Guido van Rossum
· 28 years ago
4cc4ab1
Add third arg to split(). Add capwords() -- which uses that.
by Guido van Rossum
· 28 years ago
9e6aa9d
avoid eval() like the plague
by Guido van Rossum
· 28 years ago
7a461e5
New module regsub contains sub(), gsub() and split() as in nawk.
by Guido van Rossum
· 32 years ago