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



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

Defined in: node\_modules/@drincs/pixi-vn-json/dist/index.d.ts:1171

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
/\[([^\]]+)\]/
```
