@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable escapeLiteralCharsRegexConst

    escapeLiteralCharsRegex: RegExp = ...

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