Variable: options
> const options: object
Defined in: src/translator/TextReplaces.ts:42
Configuration options for the TextReplaces system.
Type Declaration
replaceRegex
> replaceRegex: RegExp
The regex used to find replacement tokens in the text (e.g. [key]).
Default
/\[([^\]]+)\]/