String.prototype.replace supports replacement patterns

added by JavaScript Kicks
8/1/2019 7:58:51 AM

449 Views

This post is part of my Today I learned series in which I share all my learnings regarding web development. Today I came across a blog post (it's in German though) written by Peter Kröner and learned something very astonishing. The article describes the not so well known behaviors of the method String.prototype.replace.


0 comments