Skip to content

Use Python standard library methods when possible

Compare
Choose a tag to compare
@mdmintz mdmintz released this 03 Apr 01:42
· 7772 commits to master since this release
ce0078a

I'm replacing an old method I wrote a long time ago called jq_format() with a Python standard library method that I probably didn't know about then, called re.escape(), which performs the same intended action.