Custom Command
Dashboard
Discord
GitHub
$regexCheck
To check if a text matches a regex or not, returns true or false
Usage
$regexCheck
[
Text
;
Regex
;
Flags
]
Example (Check If Text is letters):
Member
08/02/2026
!!exec $regexCheck[ABC;^[a-zA-Z]+$]
Custom Command
Bot
08/02/2026
true
Example:
Member
08/02/2026
!!exec $regexCheck[A2B;^[a-zA-Z]+$]
Custom Command
Bot
08/02/2026
false
Next
$regexMatch