How to ignore a string if contains certain match using RegExp

This article was published on May 15, 2021, and takes less than a minute to read.

In my CMS, I wanted to disallow any string which contains double quote " for certain fields.

Luckily it allows me pass a Regex to valid it. To do that I needed to:

Internal server error