Const
this regex contains all characters that need to be escaped in a regex. it is basically defined as /[.*+?^${}()|[\]\\]/g.
/[.*+?^${}()|[\]\\]/g
this regex contains all characters that need to be escaped in a regex. it is basically defined as
/[.*+?^${}()|[\]\\]/g
.