Custom Command Bot
Dashboard
open in new window
Discord
open in new window
GitHub
open in new window
#
$regexCheck
To check if a text match a regex or not
#
Usage
$regexCheck
[
Text
;
Regex
;
Flags
]
1
#
Example (Check If Text is alphabets):
Member
08/22/2024
!!exec $regexCheck[ABC;^[a-zA-Z]+$]
Custom Command
Bot
08/22/2024
true
#
Example:
Member
08/22/2024
!!exec $regexCheck[A2B;^[a-zA-Z]+$]
Custom Command
Bot
08/22/2024
false
$regexMatch