Custom Command
FunctionsRegex Functions

$regexReplace

Uses a regular expression to replace matching queries

Usage

$regexReplace[text;regex;flags;new text]

Example 1:

Member
9/5/2026

!!exec $regexReplace[My age is 900 years old.;\d+;g;[SECRET AGE]]

Custom Command
APP
9/5/2026
My age is [SECRET AGE] years old.

On this page