Variable: options
> const options: object
Defined in: src/handlers/TextReplaces.ts:43
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
/\[([^\]]+)\]/