# Variable: options (/jsdoc/pixi-vn-json/index/namespaces/TextReplaces/variables/options)



\> `const` **options**: `object`

Defined in: [src/handlers/TextReplaces.ts:43](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/handlers/TextReplaces.ts#L43)

Configuration options for the `TextReplaces` system.

Type Declaration [#type-declaration]

replaceRegex [#replaceregex]

\> **replaceRegex**: `RegExp`

The regex used to find replacement tokens in the text (e.g. `[key]`).

Default [#default]

```ts
/\[([^\]]+)\]/
```
