Closed 5j9 closed 1 year ago
Replace re.findall with re.sub. I believe this makes things simpler because there is no longer need for symbol and format arguments in helper functions.
re.findall
re.sub
symbol
format
fixes #131
BTW, I'd like to suggest to delete the master branch of this repository if you don't need it. I got confused while trying to rebase this pull request.
Replace
re.findall
withre.sub
. I believe this makes things simpler because there is no longer need forsymbol
andformat
arguments in helper functions.fixes #131