aboutsummaryrefslogtreecommitdiff
path: root/src/utils/parse/sed.py
Commit message (Expand)AuthorAgeFilesLines
* use re.sub, not str.replace, otherwise things like "$" dont workGravatar jesopo2020-02-141-1/+1
* support & in utils.parse.sed, change sed.py to use utils.parse.sedGravatar jesopo2020-02-091-19/+33
* add utils.parse.sed.Gravatar jesopo2020-02-091-0/+73