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

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

Custom Command Bot 04/23/2025
true

Example:

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

Custom Command Bot 04/23/2025
false