$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):

Member01/03/2025
!!exec $regexCheck[ABC;^[a-zA-Z]+$]

Custom Command Bot 01/03/2025
true

Example:

Member01/03/2025
!!exec $regexCheck[A2B;^[a-zA-Z]+$]

Custom Command Bot 01/03/2025
false