summaryrefslogtreecommitdiffstats
path: root/Lib/regsub.py
Commit message (Expand)AuthorAgeFilesLines
* Store the current regex syntax along with the regular expressionBarry Warsaw1997-02-181-10/+15
* Use splitx() in capwords() (bugfix after interface change for split()).Guido van Rossum1996-08-091-2/+2
* Changed split() to be compatible with changes to string.split(): theGuido van Rossum1996-08-081-4/+24
* Add third arg to split(). Add capwords() -- which uses that.Guido van Rossum1996-06-111-1/+15
* avoid eval() like the plagueGuido van Rossum1996-05-281-1/+2
* New module regsub contains sub(), gsub() and split() as in nawk.Guido van Rossum1992-09-201-0/+147