Variable escapeLiteralCharsRegexConst

escapeLiteralCharsRegex: RegExp = ...

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