Custom Command
Dashboard
Discord
GitHub
$regexReplace
Uses a regular expression to replace matching queries
Usage
$regexReplace
[
text
;
regex
;
flags
;
new text
]
Example 1:
Member
08/02/2026
!!exec $regexReplace[My age is 900 years old.;\d+;g;[SECRET AGE]]
Custom Command
Bot
08/02/2026
My age is [SECRET AGE] years old.
Prev
$regexMatch
Next
$replaceTextWithRegex